fix: 修改 订单loading
This commit is contained in:
parent
480b409e65
commit
5ff9a13181
|
@ -89,8 +89,7 @@ export default class orderList extends React.Component {
|
|||
account: ""
|
||||
},
|
||||
search: this.initSearch(),
|
||||
detailDatasets: [],
|
||||
noBgOpen: true
|
||||
detailDatasets: []
|
||||
}
|
||||
this.onChangeCombinedDate = this.onChangeCombinedDate.bind(this)
|
||||
}
|
||||
|
@ -1178,8 +1177,6 @@ export default class orderList extends React.Component {
|
|||
}}
|
||||
/>
|
||||
</Dialog>
|
||||
|
||||
<FullScreenLoading loading={this.state.noBgOpen} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue