From 2959fd0767af682c687b4dff7f42b61a43474379 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Fri, 20 Mar 2026 00:46:37 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20branch=20'feature-=E5=88=B6=E5=BA=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2'=20of=20http://222.76.244.?= =?UTF-8?q?118:3000/CPICXIM/regulatory-management-system=20into=20feature-?= =?UTF-8?q?=E5=88=B6=E5=BA=A6=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/console/data/NewRegulatory.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue index 7b14fe3..083adc6 100644 --- a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue +++ b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue @@ -425,8 +425,12 @@ export default { const render: AddNewRegulatoryResponseRender = function ( response: AddNewRegulatoryResponse ) :void { - // if ( response.success === true ) - // { } + if ( response?.success !== true ) + { + const message = `创建制度失败:${response?.message}`; + + ElMessageBox.alert( message, "错误" ); + } }; /**