Commit 20d1ca44 authored by wanglianghe's avatar wanglianghe

初始化页数

parent fcd740ea
......@@ -571,6 +571,7 @@ export default {
toRouteList(row, tradeType) {
this.routeQueryParam.id = row.id;
this.routeQueryParam.tradeType = tradeType;
this.routeQueryParam.pageNo = 1;
this.showRouteList = true;
this.routeLoadig = true;
this.getRouteList();
......
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