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