Commit 40d13757 authored by zhangyanni's avatar zhangyanni

提交

parent e22764c6
......@@ -1168,9 +1168,9 @@ export default {
}
if (to.name == "mineIndex" && !this.getUserInfoCookieType() && this.judgeBrandIsWechatOrHtml() == 1) router.replace({path: '/circleList'})
next();
if(to.path!=from.path){
cancelRequest.cancelRequest()
}
// if(to.path!=from.path){
// cancelRequest.cancelRequest()
// }
} else {
console.log(res.msg)
}
......
......@@ -622,6 +622,8 @@
this.dataIds = data.join(",");
this.industryVisible = false;
this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
this.getInitFunc();
},
......@@ -1042,6 +1044,8 @@
else {
this.timeVisible = false;
this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
this.getInitFunc();
}
},
......@@ -1059,6 +1063,8 @@
this.timeVal = 3;
this.timeVisible = false;
this.resetPage = true;
this.page =1;
this.$store.dispatch('applyListPageAction', {path: this.$route.path, pars: this.page});
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