From ed5b2584cd8aba929d43aae7f449f235f263e9fb Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 08 一月 2024 16:27:40 +0800
Subject: [PATCH] Merge branch 'zzq' of ssh://192.168.5.5:29418/web/crm-web into dev

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

diff --git a/src/views/client/client/index.vue b/src/views/client/client/index.vue
index 7b7d9d3..7bbf5bf 100644
--- a/src/views/client/client/index.vue
+++ b/src/views/client/client/index.vue
@@ -300,10 +300,10 @@
     },
     // 缂栬緫
     handleClick(row) {
-      console.log(row)
       this.editConfig.title = "缂栬緫"
       this.editConfig.infomation = {
-        ...row
+        ...row,
+        activeName:this.activeName,
       }
       this.editConfig.visible = true
     },

--
Gitblit v1.8.0