From e24c707ba13733903c310334fb0bbee1667ca4f6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 20 八月 2022 22:24:46 +0800 Subject: [PATCH] 2022-08-20 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index c0a6e96..106be56 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1557,6 +1557,11 @@ res.BID = this.props.BID } + if (res.mk_api_key) { + record.mk_api_key = res.mk_api_key + } + delete res.mk_api_key + this.outerOuterRequest(params, res, record, _resolve) } } else { @@ -1620,6 +1625,10 @@ let param = null + if (record.mk_api_key) { + result.mk_api_key = record.mk_api_key + } + if (btn.callbackType === 'script' || btn.callbackType === 'default') { param = this.getCallBackSql(result, record) } else if (btn.callbackType === 'func' || btn.callbackFunc) { -- Gitblit v1.8.0