this.calc.openAdvanceSearch()}
@@ -87,7 +87,9 @@ class Index extends Component {
showDropIcon={false} buttons={btns}
>
- {showChildren && this.calc = dom}/>}
+ {showChildren &&
+ this.calc = dom}/>}
{/* 薪资核算-自定义导出*/}
{
this.setState({ loading: { ...this.state.loading, az: false } });
+ this.calc.onAdSearch(false);
if (status) {
message.success(getLabel(111, "操作成功!"));
- this.calc.onAdSearch(false);
} else {
message.error(errormsg);
}