From ce72eae7b8ca8c4f188f2fc87f5264ae3be618aa Mon Sep 17 00:00:00 2001 From: wang1 <844966816@qq.com> Date: 星期三, 05 七月 2023 16:43:46 +0800 Subject: [PATCH] 通用流程中去掉流程阶段查询数据 --- Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue index 31782b5..0b8fa27 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue @@ -338,6 +338,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