From 2dcd3e0386202f55555d1592dcbd54ab5cdfd52c Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 19 May 2023 13:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9sso=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/checkPage.vue b/src/views/checkPage.vue index 0fce2b2..d387164 100644 --- a/src/views/checkPage.vue +++ b/src/views/checkPage.vue @@ -72,6 +72,7 @@ export default { this.getMarket().then((resx)=>{ this.$store.commit('setMarketpre', resx) this.$router.push(params) + this.$store.commit('savePathUrl', params.path) }).catch((resx)=>{ this.$store.commit('setMarketpre', '') this.$router.push({ path: '/report/list', query: { id: 'AEHJB8YNJ3' } })