From 624e812b40ac87bf8d7a17b83b4a3bc3bbd901fb Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 03 八月 2023 18:38:58 +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