Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -978,8 +978,8 @@ export default { | ... | @@ -978,8 +978,8 @@ export default { |
| 978 | if (res.data.list.length) { | 978 | if (res.data.list.length) { |
| 979 | this.routeList = res.data.list; | 979 | this.routeList = res.data.list; |
| 980 | } | 980 | } |
| 981 | + this.form.route = ""; | ||
| 981 | if (res.data.list.length == 0) { | 982 | if (res.data.list.length == 0) { |
| 982 | - this.form.route = ""; | ||
| 983 | this.routeList = []; | 983 | this.routeList = []; |
| 984 | this.msgError("该航班没有设置航线"); | 984 | this.msgError("该航班没有设置航线"); |
| 985 | } | 985 | } | ... | ... |
-
Please register or login to post a comment