Compare commits
2 Commits
c85d5a5466
...
226ca88789
Author | SHA1 | Date |
---|---|---|
|
226ca88789 | |
|
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
|
||||||
}
|
}
|
||||||
this.photosOfLevel = picture.photosOfLevel
|
if (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