云
2026-09-07 fe4b45bacda8dd3d9818c47eabc58648efe7c2c7
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;