Commit 3a27b6d0 authored by xulili's avatar xulili

运维

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