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-12 19:36:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b99bde793278ab1001dbf9985cba0e7d447060a1
b99bde79
1 parent
5afd9811
注释代码打开
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
b99bde7
...
...
@@ -862,14 +862,14 @@ export default {
this.infoForm.list.push(this.dataHandle(item))
}
})
//
//
否则插入占位基础数据
//
this.infoForm.list.push({
//
purposeOfFlightNo: this.infoForm.fltNo,
//
ruleDate: this.infoForm.fltDate,
//
flightRoute: route.route,
//
routePriority: route.routePriority,
//
})
//
this.newRoute(sub)
//否则插入占位基础数据
this.infoForm.list.push({
purposeOfFlightNo: this.infoForm.fltNo,
ruleDate: this.infoForm.fltDate,
flightRoute: route.route,
routePriority: route.routePriority,
})
this.newRoute(sub)
}
})
})
...
...
Please
register
or
login
to post a comment