Commit cdae5731 by huaying

Merge branch 'feature/7月迭代-会员' into test

parents debacc5e 68e01fa3
......@@ -160,6 +160,9 @@ export default {
this.getLogPage();
},
handleSearch() {
if(!this.dateDefault) {
this.setDefalutTime();
}
this.logPageParam.currentPage = 1;
this.getLogPage();
},
......
......@@ -302,6 +302,9 @@ export default {
this.$router.push({ path: route, query: { memberId: this.memberId } });
},
handleSearch() {
if(!this.dateDefault) {
this.setDefalutTime();
}
this.page.currentPage = 1;
this.getIntegralDataPage();
},
......
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