Merge branch 'hotfix/3.00.0.2403.01' into release/3.0.0.2403.01

This commit is contained in:
黎永顺 2024-03-13 11:23:30 +08:00
commit a12a097916
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,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) {