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-10-25 16:58:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a16981186e1284bf60450de515c046a5f03a7194
a1698118
1 parent
fd669bd8
【航班信息维护】添加航班信息航班号输入框失焦清空路线
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
a169811
...
...
@@ -978,8 +978,8 @@ export default {
if (res.data.list.length) {
this.routeList = res.data.list;
}
this.form.route = "";
if (res.data.list.length == 0) {
this.form.route = "";
this.routeList = [];
this.msgError("该航班没有设置航线");
}
...
...
Please
register
or
login
to post a comment