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 } }) }