优化选择师傅逻辑
This commit is contained in:
parent
81224be529
commit
b127f98b59
|
@ -314,7 +314,8 @@ export default {
|
||||||
.chooseWorker(that.id, uid)
|
.chooseWorker(that.id, uid)
|
||||||
.then((msg) => {
|
.then((msg) => {
|
||||||
that.$utils.toast(msg).then(() => {
|
that.$utils.toast(msg).then(() => {
|
||||||
this.$store.commit("system/refreshOrder", true);
|
that.$store.commit("system/refreshOrder", true);
|
||||||
|
that.switchTab(1);
|
||||||
that.loadDetail();
|
that.loadDetail();
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue