Merge branch 'hotfix/3.00.0.2403.01' into release/3.0.0.2403.01
This commit is contained in:
commit
a12a097916
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue