Commit 68e01fa3 by huaying

fix: 积分明细时间选择器清除调接口

parent fc32fe43
......@@ -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