From 641ce71b7b29c32105c82619fa7abfb9b2f38e3b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 25 八月 2023 19:25:29 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/web/SRM --- 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