From 7051e15582aee4163b3c8dd13dc85f4f1e2ce6eb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 二月 2020 02:11:43 +0800 Subject: [PATCH] 2020-02-07 --- src/tabviews/subtabtable/index.jsx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tabviews/subtabtable/index.jsx b/src/tabviews/subtabtable/index.jsx index 3c578f8..185ac6f 100644 --- a/src/tabviews/subtabtable/index.jsx +++ b/src/tabviews/subtabtable/index.jsx @@ -331,7 +331,8 @@ func: 'sPC_Get_TableData', obj_name: 'data', arr_field: arr_field, - BID: this.props.BID + BID: this.props.BID, + appkey: window.GLOB.appkey || '' } let orderBy = orderColumn ? (orderColumn + ' ' + orderType) : setting.order @@ -504,7 +505,9 @@ let param = { func: 'sPC_Get_TableData', obj_name: 'data', - arr_field: _arr_labels + arr_field: _arr_labels, + BID: this.props.BID, + appkey: window.GLOB.appkey || '' } let orderBy = orderColumn ? (orderColumn + ' ' + orderType) : setting.order -- Gitblit v1.8.0