优化选择师傅逻辑

This commit is contained in:
TOP糯米 2023-04-14 14:26:29 +08:00
parent 81224be529
commit b127f98b59
1 changed files with 2 additions and 1 deletions

View File

@ -314,7 +314,8 @@ export default {
.chooseWorker(that.id, uid)
.then((msg) => {
that.$utils.toast(msg).then(() => {
this.$store.commit("system/refreshOrder", true);
that.$store.commit("system/refreshOrder", true);
that.switchTab(1);
that.loadDetail();
});
})