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 00:11:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79ba9ab859d0bfde56e4fc1170389b2b40ba3808
79ba9ab8
1 parent
d3aa31d9
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
79ba9ab
...
...
@@ -933,7 +933,10 @@ export default {
}
if (routeInfo.isEtesRoute) {
let msg = routeInfo.fltNo + ': ' + routeInfo.fltRoute.join(';')
this.msgError(`${msg}是ET86航线`);
this.$alert(`当前${msg}均为ET86航线,可在ET86规则设置查看`, '提示', {
confirmButtonText: '关闭',
callback: action => {}
});
return
}
this.$router.push({
...
...
Please
register
or
login
to post a comment