Commit fd1914e3 authored by youjie's avatar youjie

no message

parent 0da23fa1
......@@ -535,7 +535,9 @@ export default defineComponent({
addList(r.data.data.PlaceList);
addList(r.data.data.CarTypeList);
data.AirportTypes = r.data.data.AirportList
methods.changeDetailListHandler(data.AirportTypes[0],1,data.msg.OrderId)
if(data.AirportTypes.length>0){
methods.changeDetailListHandler(data.AirportTypes[0],1,data.msg.OrderId)
}
data.PlaceTypes = r.data.data.PlaceList
data.types = r.data.data.CarTypeList
if(data.types&&data.types.length==0){
......
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