Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-08 17:49:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ccdc0a3d418ccee5e5f097f790a2a1e3bf7de68
4ccdc0a3
1 parent
80bf2db1
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
4ccdc0a
...
...
@@ -787,7 +787,7 @@ export default {
}
} else {
//航线为空,对应航班或航班+日期下的全部维度(需补全未创建维度)
this.routeList.forEach(
route
=> {
this.routeList.forEach(
(route, sub)
=> {
let routeStatus = 1
res.data.list.forEach(item => {
if (route.route === item.flightRoute) {
...
...
@@ -804,6 +804,7 @@ export default {
flightRoute: route.route,
routePriority: route.routePriority,
})
this.newRoute(sub)
}
})
}
...
...
Please
register
or
login
to post a comment