|
@@ -420,7 +420,8 @@ export default {
|
|
|
this.$nextTick(()=>{
|
|
|
this.$refs.vehicleHistoryList.getCurrentMonthFirst();
|
|
|
this.$refs.vehicleHistoryList.changePage(1);
|
|
|
- });
|
|
|
+ this.$refs.vehicleHistoryList.loadRouteMap(row.routeId);
|
|
|
+ });
|
|
|
},
|
|
|
pageSizeChange(pageSize) {
|
|
|
this.pageSize = pageSize;
|