Commit 4abd1192 authored by youjie's avatar youjie

包车地址选址

parent f5ef97a4
......@@ -292,8 +292,7 @@
},
methods: {
getAirport(msg,type){
console.log(msg,'---',type)
if(msg.CountryId!=this.busInfor.CountryId){
if(msg.CountryId&&this.busInfor.CountryId&&msg.CountryId!=this.busInfor.CountryId){
if(msg.CarType==1){
msg.destination = ''
msg.desLatitude = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment