Commit f680b87d authored by huangyuanyuan's avatar huangyuanyuan

修改当地游列表

parent 54b64673
......@@ -344,7 +344,8 @@ export default {
this.countryList.forEach(item=>{
if(countryId==item.countryId){
this.cityList=item.cityList;
this.msg.cityId=0;
this.GetTicketList();
}
})
}
......@@ -469,7 +470,8 @@ export default {
this.lineTeamList.forEach(item=>{
if(lineId==item.lineId){
this.lineList=item.lineTeamList;
this.msg.lineTeamId=0;
this.GetList();
}
})
}
......
......@@ -51,7 +51,7 @@ export default {
pageIndex: 1,
pageSize: 10,
queryDays:10,
visaOrderStatus: 0,
status: 0,
},
TitList: [
{
......@@ -133,7 +133,7 @@ export default {
},
handleClick(item) {
this.activeName = item.ID;
this.getOrderMsg.visaOrderStatus = item.ID;
this.getOrderMsg.status = item.ID;
this.gerOrderList();
},
handleCurrentChange(val) {
......
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