登录后刷新订单
This commit is contained in:
parent
b34305fce7
commit
355943dee6
|
@ -185,6 +185,8 @@ export default {
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
this.$store.dispatch("user/info");
|
this.$store.dispatch("user/info");
|
||||||
|
this.$store.commit("system/refreshGet", true);
|
||||||
|
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