From 9556ecc3c377d2e8e8d3659b7c56f9e35ff0c626 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 31 七月 2023 18:03:15 +0800
Subject: [PATCH] 增加联系人姓名、销售机会、销售线索等弹窗选择项

---
 src/views/other/commonDialog/SelectClientDialog.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/views/other/commonDialog/SelectClientDialog.vue b/src/views/other/commonDialog/SelectClientDialog.vue
index 1a62eb9..3a3726f 100644
--- a/src/views/other/commonDialog/SelectClientDialog.vue
+++ b/src/views/other/commonDialog/SelectClientDialog.vue
@@ -82,11 +82,7 @@
         return {
           editVisible: false,
           title: "",
-          infomation: {
-            name: "",
-            color: "",
-            setDefault: ""
-          }
+          infomation: {}
         }
       }
     }
@@ -142,7 +138,7 @@
     },
     selNameClick(row) {
       this.editConfig.editVisible = false
-      this.$emit("selClient", row)
+      this.$emit("selClient", row, "client")
     },
     // 鏃堕棿鏄剧ず
     dateFormat(fmt, date) {

--
Gitblit v1.8.0