Commit 7554804d authored by 乐宝呗666's avatar 乐宝呗666

修改分页问题

parent 3e6a90e2
......@@ -192,7 +192,7 @@ export default {
// 分页
handleCurrentChange(val) {
this.page._index = val;
this.onSearch();
this.getTableData();
},
// 重置
Reset() {
......
......@@ -227,7 +227,7 @@ export default {
// 分页
handleCurrentChange(val) {
this.page._index = val;
this.onSearch();
this.getTableData();
},
// 重置
......
......@@ -219,7 +219,7 @@ export default {
// 分页
handleCurrentChange(val) {
this.page._index = val;
this.onSearch();
this.getTableData();
},
// 重置
Reset() {
......
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