gaoluyang
3 天以前 d96c224586dec2c9bd8f819be622e8e293225600
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;