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-28 09:59:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba8ca6f5b394482160ee468f8551d8718e0a434c
ba8ca6f5
1 parent
79ba9ab8
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
ba8ca6f
...
...
@@ -613,6 +613,12 @@ export default {
// if (isEtesRoute.length == 0) {
// this.form.route = "";
// }
res.data.list.map((item) => {
if(item.isEtesRoute == "Y"){
item.route = `(${item.route})`
}
}); // 过滤ET86航线
console.log(res.data.list)
this.routeList = res.data.list
}
if (res.data.list.length == 0) {
...
...
Please
register
or
login
to post a comment