diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue index 1e91717..5605b28 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue @@ -59,6 +59,7 @@ + @@ -1886,13 +1887,13 @@ return false } }) - await updateBMRoutingDetail(this.dataForm).then(({data}) => { - if (data && data.code === 0) { - } else { - this.$message.error(data.msg) - return false - } - }) + // await updateBMRoutingDetail(this.dataForm).then(({data}) => { + // if (data && data.code === 0) { + // } else { + // this.$message.error(data.msg) + // return false + // } + // }) this.submitLoading = true await submitChange(tempData).then(({data}) => { if (data && data.code === 0) {