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' } })