liu
2 天以前 c6ce881a26895edc9e89aea8317be15572f48b23
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;