Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -846,6 +846,7 @@ export default { | ... | @@ -846,6 +846,7 @@ export default { |
| 846 | } | 846 | } |
| 847 | }) | 847 | }) |
| 848 | if (routeStatus == 1) { | 848 | if (routeStatus == 1) { |
| 849 | + //日期下无维度的,查询是否存在无日期维度,有则占位展示,无则使用新增占位 | ||
| 849 | response.data.list.forEach(item => { | 850 | response.data.list.forEach(item => { |
| 850 | if (route.route === item.flightRoute) { | 851 | if (route.route === item.flightRoute) { |
| 851 | item.id = undefined | 852 | item.id = undefined | ... | ... |
-
Please register or login to post a comment