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
jinhui.wang
2023-09-14 18:15:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae0bdc10a347e6b625c6899f782c450c184e03d0
ae0bdc10
1 parent
c7cc2b4c
参数修正
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
ae0bdc1
...
...
@@ -973,12 +973,11 @@ export default {
})
} else {
//航班类型Purple Tail展示全部航线维度
let routesStatus = 1
this.routeList.forEach(route => {
let routesStatus = 1
response.data.list.forEach(item => {
let obj = JSON.parse(JSON.stringify(item))
if (route.route === item.flightRoute) {
console.log(obj)
routesStatus = 2
obj.id = undefined
obj.status = undefined
...
...
Please
register
or
login
to post a comment