From c1adf27fbabbff1d76b60993521c765ef1ed79ef Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 15 八月 2023 20:03:21 +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