Commit 0561140f authored by youjie's avatar youjie

no message

parent 30a6e788
...@@ -408,6 +408,13 @@ export default { ...@@ -408,6 +408,13 @@ export default {
list.forEach(item=>{ list.forEach(item=>{
this.addMsg.CustomerChildrenIdList.push(Number(item)) this.addMsg.CustomerChildrenIdList.push(Number(item))
}) })
let lists = this.CustomerList.filter(x=>{
return x.ID == this.addMsg.Id
})
if(lists.length>0){
this.addMsg.CustomerId = lists[0].CustomerId;
this.getAccountPageList()
}
}, },
ViewContract(item){ ViewContract(item){
window.open(item.TravelAgency_SignAddress, '_blank'); window.open(item.TravelAgency_SignAddress, '_blank');
......
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