Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -479,7 +479,8 @@ export const formSchema: BFormSchema[] = [ |
479 | 479 | ]; |
480 | 480 | }, |
481 | 481 | ifShow({ values }) { |
482 | - return values[SchemaFiled.WAY] === QueryWay.TIME_PERIOD && exectueIsImmed(values.executeWay); | |
482 | + return values[SchemaFiled.DATA_TYPE] !== DataTypeEnum.ORIGINAL; | |
483 | + // return values[SchemaFiled.WAY] === QueryWay.TIME_PERIOD && exectueIsImmed(values.executeWay); | |
483 | 484 | }, |
484 | 485 | componentProps({ formModel, formActionType }) { |
485 | 486 | const options = | ... | ... |