Browse Source

2025-07-15

master
fengyuan_yang 9 months ago
parent
commit
d575c50c8c
  1. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue

@ -470,10 +470,10 @@
if (data && data.code === 0) { if (data && data.code === 0) {
this.dataForm = data.rows this.dataForm = data.rows
} else { } else {
this.dataForm.site = this.searchData.site
this.dataForm.codeNo = this.searchData.codeNo
this.dataForm.toolList = [] this.dataForm.toolList = []
} }
this.dataForm.site = this.searchData.site
this.dataForm.codeNo = this.searchData.codeNo
}) })
}, },

Loading…
Cancel
Save