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-26 15:40:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc85eeadff44c8179d5815a914ffa4e686e2278c
cc85eead
1 parent
b377609f
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
cc85eea
...
...
@@ -609,11 +609,11 @@ export default {
this.routeLoading = false
if (res.code === 200) {
if(res.data.list.length){
let isEtesRoute = res.data.list.filter((item) => item.isEtesRoute == "N"); // 过滤ET86航线
this.routeList = isEtesRoute
if (isEtesRoute.length == 0) {
this.form.route = "";
}
//
let isEtesRoute = res.data.list.filter((item) => item.isEtesRoute == "N"); // 过滤ET86航线
// if (isEtesRoute.length == 0) {
// this.form.route = "";
// }
this.routeList = res.data.list
}
if (res.data.list.length == 0) {
this.form.route = "";
...
...
Please
register
or
login
to post a comment