Compare commits

...

2 Commits

Author SHA1 Message Date
huangyuxuan 226ca88789 Merge remote-tracking branch 'origin/pet' into pet 2024-11-13 16:50:13 +08:00
huangyuxuan 08c1681ba3 [问题修复](pet):
修复相关方所有人员信息详情查看一直加载问题
2024-11-13 16:50:05 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -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