From 947d0ed1a628353f42ac4c2aa817a4579cdf126d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 05 十一月 2023 11:29:04 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/tabviews/zshare/actionList/editLine/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/actionList/editLine/index.jsx b/src/tabviews/zshare/actionList/editLine/index.jsx
index 7d29501..142d977 100644
--- a/src/tabviews/zshare/actionList/editLine/index.jsx
+++ b/src/tabviews/zshare/actionList/editLine/index.jsx
@@ -96,9 +96,9 @@
     let data = selectedData || []
     
     if (btn.funcType === 'addline') {
-      MKEmitter.emit('addRecord', btn.$tableId, data[0] || null)
+      MKEmitter.emit('addRecord' + btn.$tableId, '', data[0] ? data[0].$$uuid : null)
     } else {
-      MKEmitter.emit('delRecord', btn.$tableId, data[0] || null)
+      MKEmitter.emit('delRecord' + btn.$tableId, data[0] || null)
     }
   }
 

--
Gitblit v1.8.0