diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index 19af270..f40ccd6 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -213,7 +213,7 @@ 新增 - 删除 + 删除 { if (data && data.code === 0) { this.searchRoutingTools() + this.routingToolLoading = false this.$message({ message: '操作成功', type: 'success', duration: 1500, - onClose: () => { - } + onClose: () => {} }) } else { + this.routingToolLoading = false this.$alert(data.msg, '错误', { confirmButtonText: '确定' }) } + }).catch(()=>{ + this.routingToolLoading = false }) }) } diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 3f859cd..491b987 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -2,7 +2,7 @@
- + @@ -32,14 +32,14 @@ - + - + @@ -49,7 +49,7 @@ - +