From 6b994d09bd7cff484174d3d11355c2e456ce6ac0 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 11 四月 2025 14:03:01 +0800 Subject: [PATCH] 配置线芯修改 --- src/views/business/materialOrder/customsInspection.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue index b1ce84e..5c0657e 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspection.vue @@ -1559,7 +1559,7 @@ }, // 閫夋嫨妫�楠屾爣鍑嗗洖璋� methodChange(val, row) { - if (val === null || val === '') return + if (!val || val.length < 1) return if (this.sampleList.length > 1) { // 鏈変袱鏉℃牱鍝佹椂锛岀浜屾潯鏍峰搧淇℃伅鍜岀涓�鏉′繚鎸佷竴鑷� this.sampleList.forEach(item => { -- Gitblit v1.9.3