diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue index 119c679..95e97a7 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue @@ -470,10 +470,10 @@ if (data && data.code === 0) { this.dataForm = data.rows } else { - this.dataForm.site = this.searchData.site - this.dataForm.codeNo = this.searchData.codeNo this.dataForm.toolList = [] } + this.dataForm.site = this.searchData.site + this.dataForm.codeNo = this.searchData.codeNo }) },