From 4e1e98de2027311845e2485de43e2b3cbb5026e8 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 23 May 2025 13:53:28 +0800 Subject: [PATCH] 2025-05-23 --- .../com_tsd_basicInformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 1c622c2..8387b84 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -628,7 +628,7 @@ // 2025-05-22海波要求添加 初始化这个值 ecnNeedChangeDrawing监听这个反刷 this.dataForm.ecnNeedChangeDrawing // 2025-05-23 海波要求采用YES/NO - if (this.dataForm.ecnNeedChangeDrawing === 'YES'){ + if (this.dataForm.ecnNeedChangeDrawing === 'Yes'){ this.ecnNeedChangeDrawing = 'Yes' }else { this.ecnNeedChangeDrawing = 'No' @@ -1154,9 +1154,9 @@ }, ecnNeedChangeDrawing(newVal){ if (newVal === 'Yes'){ - this.dataForm.ecnNeedChangeDrawing = "YES" + this.dataForm.ecnNeedChangeDrawing = "Yes" }else { - this.dataForm.ecnNeedChangeDrawing = "NO" + this.dataForm.ecnNeedChangeDrawing = "No" } }, },