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