From f5130f2469384b423043a111223b518e78f43075 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 05 四月 2024 22:53:56 +0800
Subject: [PATCH] 2024-04-05

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 74a59d7..30162ab 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -756,6 +756,9 @@
         param.username = sessionStorage.getItem('User_Name') || ''
         param.fullname = sessionStorage.getItem('Full_Name') || ''
       }
+      if (btn.dataM === 'true') {
+        param.dataM = sessionStorage.getItem('dataM') === 'true' ? 'Y' : ''
+      }
       
       let primaryId = ''
 
@@ -798,6 +801,9 @@
           param.username = sessionStorage.getItem('User_Name') || ''
           param.fullname = sessionStorage.getItem('Full_Name') || ''
         }
+        if (btn.dataM === 'true') {
+          param.dataM = sessionStorage.getItem('dataM') === 'true' ? 'Y' : ''
+        }
 
         let primaryId = setting.primaryKey ? cell[setting.primaryKey] || '' : ''
 

--
Gitblit v1.8.0