From ecc5079c63e86dd6caba6753b51ed480022bf89b Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 05 二月 2024 19:19:01 +0800
Subject: [PATCH] 添加api拦截

---
 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