From 91926a70dba08b50d031e8363993dfd3c798c3bd Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Wed, 3 Jan 2024 19:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E5=85=83=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E6=97=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/configManage/neManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/configManage/neManage/index.vue b/src/views/configManage/neManage/index.vue index b9218f92..2bdf0dd9 100644 --- a/src/views/configManage/neManage/index.vue +++ b/src/views/configManage/neManage/index.vue @@ -352,7 +352,7 @@ function fnModalOk() { const hide = message.loading({ content: t('common.loading') }); result .then(res => { - if (res.code === RESULT_CODE_SUCCESS) { + if (res.code === RESULT_CODE_SUCCESS&&(typeof res.error === 'undefined')) { message.success({ content: t('common.msgSuccess', { msg: modalState.title }), duration: 3,