From e5980907614ee16c8eac404501b0f7a9d9316515 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 十一月 2022 18:37:19 +0800 Subject: [PATCH] 2022-11-30 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index c0f8e7d..489b48e 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1021,7 +1021,7 @@ } if (params[0].$unCheckParam) { - this.checkLoopRequest(params, btn, _resolve) + this.checkLoopRequest(params, _resolve) } else if (params.length <= 20) { let deffers = params.map((param, i) => { return new Promise(resolve => { @@ -1569,7 +1569,7 @@ /** * @description 鏁版嵁妫�楠屽惊鐜墽琛� */ - checkLoopRequest = (params, btn, _resolve) => { + checkLoopRequest = (params, _resolve) => { let param = params.shift() let unCheckParam = param.$unCheckParam @@ -1587,7 +1587,7 @@ this.execSuccess(res) _resolve() } else { - this.checkLoopRequest(params, btn, _resolve) + this.checkLoopRequest(params, _resolve) } } else if (res.ErrCode === 'C') { const _this = this @@ -1604,7 +1604,7 @@ _this.execSuccess(result) _resolve() } else { - _this.checkLoopRequest(params, btn, _resolve) + _this.checkLoopRequest(params, _resolve) } } else { _this.execError(result) -- Gitblit v1.8.0