From c774c71f6337daacd0b190b4cb54ea0eea9713ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 30 Mar 2023 10:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/auth.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index 5e6918f..30d71f3 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -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( "",