From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- 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