From f530c482284b6467c1622c662cff93f264ac67ed Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Fri, 1 Nov 2024 15:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/dictionary/dictData/components/dataPopup.vue | 2 -- .../views/system/dictionary/dictType/components/typePopup.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/frontend/src/views/system/dictionary/dictData/components/dataPopup.vue b/frontend/src/views/system/dictionary/dictData/components/dataPopup.vue index 09127cd..63faa99 100644 --- a/frontend/src/views/system/dictionary/dictData/components/dataPopup.vue +++ b/frontend/src/views/system/dictionary/dictData/components/dataPopup.vue @@ -113,8 +113,6 @@ const save = () => { ElMessage.success({message: `${dialogTitle.value}成功!`}) close() await props.refreshTable!() - } else { - ElMessage.error('表单验证失败!') } }) } catch (err) { diff --git a/frontend/src/views/system/dictionary/dictType/components/typePopup.vue b/frontend/src/views/system/dictionary/dictType/components/typePopup.vue index f6364e5..7c089c8 100644 --- a/frontend/src/views/system/dictionary/dictType/components/typePopup.vue +++ b/frontend/src/views/system/dictionary/dictType/components/typePopup.vue @@ -115,8 +115,6 @@ const save = () => { close() // 刷新表格 await props.refreshTable!() - } else { - ElMessage.error('表单验证失败!') } }) } catch (err) {