fix: 修改 订单loading
This commit is contained in:
parent
480b409e65
commit
5ff9a13181
|
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue