From b55ad726293330d4e30d589e73a3d49a1b363cbb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 05 三月 2020 09:27:24 +0800
Subject: [PATCH] 2020-03-05

---
 src/tabviews/tableshare/actionList/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx
index 8e2e4a1..dbb9143 100644
--- a/src/tabviews/tableshare/actionList/index.jsx
+++ b/src/tabviews/tableshare/actionList/index.jsx
@@ -643,15 +643,15 @@
 
       if (this.props.menuType === 'HS') {
         if (btn.sysInterface === 'true' && options.cloudServiceApi) {
-          param.rduri = options.cloudServiceApi
+          res.rduri = options.cloudServiceApi
         } else if (btn.sysInterface !== 'true') {
-          param.rduri = btn.interface
+          res.rduri = btn.interface
         }
       } else {
         if (btn.sysInterface === 'true') {
-          param.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
+          res.rduri = window.GLOB.mainSystemApi || window.GLOB.subSystemApi
         } else {
-          param.rduri = btn.interface
+          res.rduri = btn.interface
         }
       }
 

--
Gitblit v1.8.0