From f2429c8fcbfc1234d94789804fab4dd067d6f860 Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Tue, 3 Jun 2025 12:11:39 +0800 Subject: [PATCH] 2025/6/3 --- src/views/modules/part/routingManagement.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index edb3819..73d9f1f 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -4874,6 +4874,7 @@ export default { this.$alert(data.msg, '错误', { confirmButtonText: '确定' }) + this.loading = false } }) } else { @@ -4894,6 +4895,7 @@ export default { this.$alert(data.msg, '错误', { confirmButtonText: '确定' }) + this.loading = false } }) }