Commit 3a27b6d0 authored by xulili's avatar xulili

运维

parent a7c918f3
......@@ -80,11 +80,11 @@ export default {
},
methods: {
handleSubmit() {
this.getPageList();
this.getFirstPageList();
},
getFirstPageList() {
this.page._index = 1;
this.getFirstPageList();
this.getPageList();
},
handleReset() {
for (let key in this.form) {
......
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