From 94f09287d3424f96a6d60ac67b9bf4ac58455e25 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 07 八月 2022 10:32:09 +0800 Subject: [PATCH] 2022-08-07 --- src/tabviews/custom/index.jsx | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 29a1d27..63a6a2c 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -405,14 +405,6 @@ sql = sql.join('') param = UtilsDM.getCallBackQueryParams(setting, sql, errSql, this.state.BID) - - if (this.state.BID) { - param.BID = this.state.BID - } - - if (window.GLOB.mkHS) { // 鍑芥暟 sPC_TableData_InUpDe 浜戠楠岃瘉 - param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp) - } } else { param.func = 's_ex_result_back' param.s_ex_result = lines.map((item, index) => ({ -- Gitblit v1.8.0