From db731b1d8b3ed1fcce588307b8bd5eccc4f805b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 五月 2024 11:30:39 +0800 Subject: [PATCH] 2024-05-08 --- src/views/menudesign/popview/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/menudesign/popview/index.jsx b/src/views/menudesign/popview/index.jsx index 1cf34b5..394ca23 100644 --- a/src/views/menudesign/popview/index.jsx +++ b/src/views/menudesign/popview/index.jsx @@ -72,13 +72,13 @@ const { oriConfig, config } = this.state if (!is(fromJS(oriConfig), fromJS(config))) { - const _this = this + const that = this confirm({ title: '閰嶇疆宸蹭慨鏀癸紝鏀惧純淇濆瓨鍚楋紵', content: '', onOk() { - _this.props.cancel() + that.props.cancel() }, onCancel() {} }) -- Gitblit v1.8.0