修复一处页面bug
This commit is contained in:
parent
0e92d51498
commit
6bb45997c1
|
@ -192,8 +192,8 @@ export default {
|
|||
// });
|
||||
},
|
||||
setServiceState(state) {
|
||||
this.$models.user.setServiceState().then(() => {
|
||||
this.$store.dispatch("user/info", true);
|
||||
this.$models.user.setServiceState().then(async () => {
|
||||
await this.$store.dispatch("user/info", true);
|
||||
this.acceptState = this.acceptOrder;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue