Commit d5b7ab9f authored by Mac's avatar Mac

1

parent e3b20a34
......@@ -547,7 +547,14 @@
this.model.Crowd = data.Crowd;
this.model.CarrierMetroList = data.CarrierMetroList;
if(this.model.BannerList.length>0){
this.model.BannerList.forEach(x=>{
let obj ={
url:x
}
this.fileList.push(obj)
})
}
this.model.CompanyId = this.datas.CompanyId
this.MetroList = this.model.CarrierMetroList
......
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