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