fix: 修改 订单loading

This commit is contained in:
zhangds 2024-06-21 14:34:58 +08:00
parent 480b409e65
commit 5ff9a13181
1 changed files with 1 additions and 4 deletions

View File

@ -89,8 +89,7 @@ export default class orderList extends React.Component {
account: "" account: ""
}, },
search: this.initSearch(), search: this.initSearch(),
detailDatasets: [], detailDatasets: []
noBgOpen: true
} }
this.onChangeCombinedDate = this.onChangeCombinedDate.bind(this) this.onChangeCombinedDate = this.onChangeCombinedDate.bind(this)
} }
@ -1178,8 +1177,6 @@ export default class orderList extends React.Component {
}} }}
/> />
</Dialog> </Dialog>
<FullScreenLoading loading={this.state.noBgOpen} />
</div> </div>
) )
} }