Commit 40d13757 authored by zhangyanni's avatar zhangyanni

提交

parent e22764c6
...@@ -1168,9 +1168,9 @@ export default { ...@@ -1168,9 +1168,9 @@ export default {
} }
if (to.name == "mineIndex" && !this.getUserInfoCookieType() && this.judgeBrandIsWechatOrHtml() == 1) router.replace({path: '/circleList'}) if (to.name == "mineIndex" && !this.getUserInfoCookieType() && this.judgeBrandIsWechatOrHtml() == 1) router.replace({path: '/circleList'})
next(); next();
if(to.path!=from.path){ // if(to.path!=from.path){
cancelRequest.cancelRequest() // cancelRequest.cancelRequest()
} // }
} else { } else {
console.log(res.msg) console.log(res.msg)
} }
......
...@@ -622,6 +622,8 @@ ...@@ -622,6 +622,8 @@
this.dataIds = data.join(","); this.dataIds = data.join(",");
this.industryVisible = false; this.industryVisible = false;
this.resetPage = true; this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
this.getInitFunc(); this.getInitFunc();
}, },
...@@ -1042,6 +1044,8 @@ ...@@ -1042,6 +1044,8 @@
else { else {
this.timeVisible = false; this.timeVisible = false;
this.resetPage = true; this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
this.getInitFunc(); this.getInitFunc();
} }
}, },
...@@ -1059,6 +1063,8 @@ ...@@ -1059,6 +1063,8 @@
this.timeVal = 3; this.timeVal = 3;
this.timeVisible = false; this.timeVisible = false;
this.resetPage = true; this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
this.getInitFunc(); this.getInitFunc();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment