From d575c50c8c3293530c9881ccfa8bf990c9f1cc3a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 15 Jul 2025 15:57:47 +0800 Subject: [PATCH] 2025-07-15 --- .../technicalSpecificationDetail/com_bm_prepress.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) },