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,