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

修改分页问题

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