Commit 5c7e86d5 authored by youjie's avatar youjie

no message

parent 61f54089
......@@ -1271,15 +1271,11 @@
this.updateMsg.customerExceptionList = x.customerExceptionList
this.updateMsg.CustomerExceptionIds = []
this.updateMsg.District = x.district
if (x.businessCardPhotos && x.businessCardPhotos.length > 0) {
this.BusinessCardPhotos = x.businessCardPhotos[0]
}
if (x.images && x.images.length > 0) {
this.Images = x.images[0]
}
if (x.housePhotos && x.housePhotos.length > 0) {
this.HousePhotos = x.housePhotos[0]
}
this.BusinessCardPhotos = x.businessCardPhotos && x.businessCardPhotos.length > 0?x.businessCardPhotos[0]:''
this.Images = x.images && x.images.length > 0?x.images[0]:''
this.HousePhotos = x.housePhotos && x.housePhotos.length > 0?x.housePhotos[0]:''
this.updateMsg.uniqueCode = x.uniqueCode
this.updateMsg.lineid = x.lineid
this.updateMsg.email = x.email
......
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