Commit fcd740ea authored by wanglianghe's avatar wanglianghe

线路分页bug修复

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