Commit fcd740ea authored by wanglianghe's avatar wanglianghe

线路分页bug修复

parent 630eccd3
...@@ -580,6 +580,7 @@ export default { ...@@ -580,6 +580,7 @@ export default {
getRouteList() { getRouteList() {
routerList(this.routeQueryParam).then(response => { routerList(this.routeQueryParam).then(response => {
this.routeList = response.data.list; this.routeList = response.data.list;
this.routeCount = response.data.total;
this.routeLoadig = false; this.routeLoadig = false;
}); });
}, },
......
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