From 447382eefe83bbb1352ae290befce8fb4e30b5c9 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sun, 28 Sep 2025 21:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E8=BD=AC=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../direct-rotation-apply/business-details.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/business-examine/direct-rotation-apply/business-details.vue b/src/views/business-examine/direct-rotation-apply/business-details.vue index ef2be5ab..fe340c96 100644 --- a/src/views/business-examine/direct-rotation-apply/business-details.vue +++ b/src/views/business-examine/direct-rotation-apply/business-details.vue @@ -364,11 +364,12 @@ export default { } this.auditingParams.taskTypeId = 16 - + const loading = this.$loading() const res = await submitAuditingDirectApi(this.auditingParams) if (res.code === 200) { this.$modal.msgSuccess('审核成功') + loading.close() setTimeout(() => { // const obj = { path: '/business-examine/receive-apply' } // this.$tab.closeOpenPage(obj) @@ -376,6 +377,7 @@ export default { }, 500) } else { this.$modal.msgError(res.message); + loading.close() } // const params = { // flowId: this.flowId,