parent
80a3a92e7d
commit
08c1681ba3
|
@ -482,7 +482,9 @@ export default {
|
||||||
if (this.userPhotoFile.length > 0) {
|
if (this.userPhotoFile.length > 0) {
|
||||||
this.imgUrl = config.fileUrl + this.userPhotoFile[0].FILEPATH
|
this.imgUrl = config.fileUrl + this.userPhotoFile[0].FILEPATH
|
||||||
}
|
}
|
||||||
|
if (picture.photosOfLevel){
|
||||||
this.photosOfLevel = picture.photosOfLevel
|
this.photosOfLevel = picture.photosOfLevel
|
||||||
|
}
|
||||||
this.specialUsersList = picture.specialUsers
|
this.specialUsersList = picture.specialUsers
|
||||||
this.insuranceFileList = picture.insuranceFile
|
this.insuranceFileList = picture.insuranceFile
|
||||||
this.contractFileList = picture.contractFile
|
this.contractFileList = picture.contractFile
|
||||||
|
|
Loading…
Reference in New Issue