From bf772e586c29b4858366dbad143b1eaeca3c46ed Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 17 四月 2020 10:18:09 +0800
Subject: [PATCH] 2020-04-17

---
 src/tabviews/verupmanage/index.jsx |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/verupmanage/index.jsx b/src/tabviews/verupmanage/index.jsx
index 1f2d0b9..82861ff 100644
--- a/src/tabviews/verupmanage/index.jsx
+++ b/src/tabviews/verupmanage/index.jsx
@@ -192,8 +192,6 @@
         param.rduri = setting.interface
       }
 
-      param.appkey = window.GLOB.appkey || '' // 璋冪敤澶栭儴鎺ュ彛澧炲姞appkey
-
       if (setting.outerFunc) {
         param.func = setting.outerFunc
       }
@@ -224,8 +222,7 @@
     let param = {
       func: 'sPC_Get_TableData',
       obj_name: 'data',
-      arr_field: arr_field,
-      appkey: window.GLOB.appkey || ''
+      arr_field: arr_field
     }
     
     let _orderBy = orderBy || setting.order
@@ -472,6 +469,7 @@
           }
           <MainTable
             ref="mainTable"
+            menuType="HS"
             tableId="mainTable"
             pickup={pickup}
             setting={setting}

--
Gitblit v1.8.0