Commit 01f26e1f authored by 黄奎's avatar 黄奎

页面修改

parent ac67918a
...@@ -433,11 +433,11 @@ ...@@ -433,11 +433,11 @@
} }
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.queryData.pageIndex = val; this.queryData.PageIndex = val;
this.getList(); this.getList();
}, },
resetPageIndex() { resetPageIndex() {
this.queryData.pageIndex = 1; this.queryData.PageIndex = 1;
this.queryData.currentPage = 1; this.queryData.currentPage = 1;
}, },
//获取线路列表 //获取线路列表
......
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