From 4c873da777ea0c6ce0d342ce793fabae89b3f66d Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 24 八月 2023 19:29:00 +0800 Subject: [PATCH] 供应商和产品管理 --- src/views/other/commonDialog/SelectCommonDialog.vue | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue index 3090ad6..afab011 100644 --- a/src/views/other/commonDialog/SelectCommonDialog.vue +++ b/src/views/other/commonDialog/SelectCommonDialog.vue @@ -331,17 +331,7 @@ }, selNameClick(row) { this.editConfig.editVisible = false - if (this.editConfig.title === "閿�鍞�诲崟") { - this.$emit("selClient", row, "master") - } else if (this.editConfig.title === "鏈嶅姟鍚堝悓") { - this.$emit("selClient", row, "serviceContract") - } else if (this.editConfig.title === "閿�鍞槑缁嗗崟") { - this.$emit("selClient", row, "contract") - } else if (this.editConfig.title === "鎶ヤ环鍗�") { - this.$emit("selClient", row, "quotation") - } else if (this.editConfig.title === "瀹㈡埛鏈嶅姟鍗�") { - this.$emit("selClient", row, "customService") - } else if (this.editConfig.title === "浜у搧鍚嶇О") { + if (this.editConfig.title === "浜у搧鍚嶇О") { this.$emit("selClient", row, "productName") } }, -- Gitblit v1.8.0