Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 { | ... | ... |
-
Please register or login to post a comment