Commit 6aec69cb authored by 黄奎's avatar 黄奎

页面修改

parent 677b34e2
...@@ -200,11 +200,11 @@ ...@@ -200,11 +200,11 @@
}, },
resetSearch() { resetSearch() {
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
this.getVisitoryPage(); this.getList();
}, },
changePage() { changePage(val) {
this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getVisitoryPage(); this.getList();
}, },
//过滤备注显示 //过滤备注显示
getRemarks(remark) { getRemarks(remark) {
......
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