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/subtable/index.jsx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tabviews/subtable/index.jsx b/src/tabviews/subtable/index.jsx index a5d0b46..cf38080 100644 --- a/src/tabviews/subtable/index.jsx +++ b/src/tabviews/subtable/index.jsx @@ -368,7 +368,8 @@ func: 'sPC_Get_TableData', obj_name: 'data', arr_field: arr_field, - BID: BID + BID: BID, + appkey: window.GLOB.appkey || '' } let orderBy = orderColumn ? (orderColumn + ' ' + orderType) : setting.order @@ -542,7 +543,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