From f353bc62423323d3b2bf24934b98cc05176f5583 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期六, 21 九月 2024 18:03:14 +0800
Subject: [PATCH] feat:新建客户相关内容

---
 src/views/clues/components/Table.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/clues/components/Table.vue b/src/views/clues/components/Table.vue
index a8563b6..0b62f07 100644
--- a/src/views/clues/components/Table.vue
+++ b/src/views/clues/components/Table.vue
@@ -342,10 +342,11 @@
   console.log('cancel');
 }
 
-function handleRowClick(e) {
-  Logger.log('handleRowClick', e);
+function handleRowClick(data) {
+  Logger.log('handleRowClick', data);
   openDrawer(true, {
     isUpdate: false,
+    clue: data
   });
 }
 

--
Gitblit v1.8.0