From 2cffeb30840020af3654f74ea700ec94dc82024c Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 28 六月 2023 13:19:46 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue index c27c046..bac7f47 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue @@ -280,6 +280,9 @@ this.page.total=res.data.total this.loading = false; this.selectionClear(); + }).catch(error=>{ + this.$message.error(error); + this.loading = false; }); } -- Gitblit v1.9.3