From ae170a9d58b4f91a225eada1dc83ed4a116b8d50 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 25 八月 2024 00:57:37 +0800 Subject: [PATCH] 2024-08-25 --- src/views/basedesign/updateFormTab/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/basedesign/updateFormTab/index.jsx b/src/views/basedesign/updateFormTab/index.jsx index d17db4b..a70d45b 100644 --- a/src/views/basedesign/updateFormTab/index.jsx +++ b/src/views/basedesign/updateFormTab/index.jsx @@ -28,7 +28,7 @@ trigger = () => { const { config, menu, btnTab } = this.props - const _this = this + const that = this if (!config || !menu || !menu.LongParam) { notification.warning({ @@ -78,7 +78,7 @@ content: '', onOk() { return new Promise(resolve => { - _this.execUpdate(resolve, _config) + that.execUpdate(resolve, _config) }) }, onCancel() {} -- Gitblit v1.8.0