hotfix/3.0.0.2403.01

工资单设置添加失效设置
This commit is contained in:
黎永顺 2024-03-13 11:22:54 +08:00
parent e4d272481c
commit b1ddea5305
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Index extends Component {
effectiveTime: effectiveTime1 ? [effectiveTime1, effectiveTime2] : [],
operateTime: operateTime1 ? [operateTime1, operateTime2] : []
};
this.setState({ loading: true });
this.setState({ loading: true, showSearchAd: false });
adjustRecordItemList(payload).then(({ status, data }) => {
this.setState({ loading: false });
if (status) {