登录后刷新订单
This commit is contained in:
parent
381c5cf35f
commit
c774c71f63
|
@ -185,6 +185,7 @@ export default {
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
this.$store.dispatch("user/info");
|
this.$store.dispatch("user/info");
|
||||||
|
this.$store.commit("system/refreshOrder", true);
|
||||||
this.$utils.toast(response.msg).then(() => {
|
this.$utils.toast(response.msg).then(() => {
|
||||||
this.$utils.toPage(
|
this.$utils.toPage(
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue