Commit 9bc77066 authored by Mac's avatar Mac

1

parent 2d8f2129
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
}) })
}, },
changePage(e) { changePage(e) {
this.msg.pageIndex = 1 this.msg.pageIndex = e
this.getList() this.getList()
}, },
getList() { getList() {
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
}) })
}, },
changePage(e) { changePage(e) {
this.msg.pageIndex = 1 this.msg.pageIndex = e
this.getList() this.getList()
}, },
getList() { getList() {
......
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