{
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 @@
-
+