From fee2f2532144fca6c81b1523aeef54165c5263b2 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期二, 25 八月 2026 16:50:38 +0800
Subject: [PATCH] Merge branch 'refs/heads/dev_pro2.0' into fix/hsy/20260812

---
 src/views/wls/stocktaking/plan/modules/param-form.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/wls/stocktaking/plan/modules/param-form.vue b/src/views/wls/stocktaking/plan/modules/param-form.vue
index b2a87bc..228f32e 100644
--- a/src/views/wls/stocktaking/plan/modules/param-form.vue
+++ b/src/views/wls/stocktaking/plan/modules/param-form.vue
@@ -52,7 +52,7 @@
     const valueValid =
       values.type === WlsStockTakingParamTypeEnum.QUALITY_STATUS
         ? !!values.valueCode
-        : values.valueId !== null;
+        : values.valueId !== undefined && values.valueId !== null;
     if (!valueValid) {
       message.warning('璇烽�夋嫨鏉′欢鍊�');
       return;

--
Gitblit v1.9.3