Compare commits
No commits in common. "226ca8878921f5632b1c074c799824a74b2ce698" and "c85d5a54663d839f076e9ce84eb986cb81fcce6a" have entirely different histories.
226ca88789
...
c85d5a5466
|
@ -482,9 +482,7 @@ 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