Commit 4f4fcdee authored by lixy's avatar lixy

分页

parent 8467b688
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
this.dataDetail = []; this.dataDetail = [];
this.listQuery.pageNo = 1; this.listQuery.pageNo = 1;
document.documentElement.scrollTop = 0; document.documentElement.scrollTop = 0;
this.touchend = false;
this.getAll(); this.getAll();
}, },
getType() { getType() {
......
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
this.dataDetail = []; this.dataDetail = [];
this.listQuery.page = 1; this.listQuery.page = 1;
document.documentElement.scrollTop = 0; document.documentElement.scrollTop = 0;
this.touchend = false;
this.getAll(); this.getAll();
}, },
getType() { getType() {
......
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