Commit f680b87d authored by huangyuanyuan's avatar huangyuanyuan

修改当地游列表

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