From 326aa6b3effaccc71cfe0775d47b0f29eb3695a6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 25 八月 2024 00:36:40 +0800 Subject: [PATCH] 2024-08-25 --- src/tabviews/zshare/actionList/excelInbutton/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx index 9310404..c8d24bc 100644 --- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx +++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx @@ -404,7 +404,7 @@ if (res.status) { this.execSuccess(res) } else if (res.ErrCode === 'C') { - const _this = this + const that = this confirm({ title: window.GLOB.dict['exec_sure'] || '璇风‘璁�', content: res.message, @@ -414,16 +414,16 @@ return new Promise(resolve => { Api.genericInterface(unCheckParam).then(result => { if (result.status) { - _this.execSuccess(result) + that.execSuccess(result) } else { - _this.execError(result) + that.execError(result) } resolve() }) }) }, onCancel() { - _this.execError(res) + that.execError(res) } }) } else { -- Gitblit v1.8.0