登录后刷新订单

This commit is contained in:
TOP糯米 2023-03-30 10:40:46 +08:00
parent b34305fce7
commit 355943dee6
1 changed files with 2 additions and 0 deletions

View File

@ -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(
"", "",