From 3c510ea35b428feed7f7a1743a595e7dba634518 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 16 四月 2025 15:50:45 +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