From bd42b949807795c581e9193d92834a6187fc10d2 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 15 八月 2023 18:42:59 +0800
Subject: [PATCH] 销售管理模块联调

---
 src/views/client/contacts/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/client/contacts/index.vue b/src/views/client/contacts/index.vue
index 279ab6b..4d2f0d0 100644
--- a/src/views/client/contacts/index.vue
+++ b/src/views/client/contacts/index.vue
@@ -122,7 +122,9 @@
     if (!this.isDetail) {
       this.search_map = {}
     } else {
-      this.search_map = { ...this.addConfig }
+      this.search_map = {
+        [this.addConfig.id_name]: this.addConfig.client_name
+      }
     }
     this.getData(this.search_map)
   },
@@ -200,6 +202,7 @@
     addBtnClick() {
       this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
+      console.log(this.addIdConfig)
       this.editConfig.infomation = { ...this.addConfig }
     },
     // 缂栬緫

--
Gitblit v1.8.0