Elements-SY

modify

...@@ -575,7 +575,7 @@ export default { ...@@ -575,7 +575,7 @@ export default {
575 ); 575 );
576 // 处理航线优先级展示ET86 576 // 处理航线优先级展示ET86
577 let routes = []; 577 let routes = [];
578 - inRoutes.map((item, i, arr) => { 578 + dateDataLists.map((item, i, arr) => {
579 if (arr[i].etesRule == "Y") { 579 if (arr[i].etesRule == "Y") {
580 routes.push(`${arr[i].route}(ET86)`); 580 routes.push(`${arr[i].route}(ET86)`);
581 } else { 581 } else {
......