From d1af439bb8702cf5099324d6fba8cac952fa5d64 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 九月 2024 22:00:44 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 913ab6b..6918303 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1156,10 +1156,11 @@
 
     return {
       $backend: true,
+      $type: 's_TableData_InUpDe',
       data: [{
         id: ex.id,
-        exps: exps,
         menuname: btn.logLabel || '',
+        exps: exps,
         md5_id: md5_id
       }]
     }
@@ -1585,6 +1586,7 @@
         if (window.backend && params[0].$backend && (!btn.verify || (btn.verify.printEnable !== 'true' && !btn.output))) {
           params = [{
             $backend: true,
+            $type: 's_TableData_InUpDe',
             data: params.map(item => item.data[0])
           }]
         }
@@ -2776,8 +2778,8 @@
           message: res.message || '缂撳瓨娓呯┖澶辫触锛�',
           duration: 5
         })
-      } else if (window.GLOB.mainSystemApi) {
-        Api.cacheInterface({rduri: window.GLOB.mainSystemApi.replace('dostars', 'excache')}).then(result => {
+      } else if (window.GLOB.localSystemApi) {
+        Api.cacheInterface({rduri: window.GLOB.localSystemApi.replace('dostars', 'excache')}).then(result => {
           if (!result.status) {
             notification.warning({
               top: 92,

--
Gitblit v1.8.0