From d9b0421105565ea402b315d657bed27025cc4afb Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 15 四月 2025 17:26:42 +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