Elements-SY

modify

...@@ -933,7 +933,10 @@ export default { ...@@ -933,7 +933,10 @@ export default {
933 } 933 }
934 if (routeInfo.isEtesRoute) { 934 if (routeInfo.isEtesRoute) {
935 let msg = routeInfo.fltNo + ': ' + routeInfo.fltRoute.join(';') 935 let msg = routeInfo.fltNo + ': ' + routeInfo.fltRoute.join(';')
936 - this.msgError(`${msg}是ET86航线`); 936 + this.$alert(`当前${msg}均为ET86航线,可在ET86规则设置查看`, '提示', {
937 + confirmButtonText: '关闭',
938 + callback: action => {}
939 + });
937 return 940 return
938 } 941 }
939 this.$router.push({ 942 this.$router.push({
......