diff --git a/src/views/xgf/flow_audit/userInfo.vue b/src/views/xgf/flow_audit/userInfo.vue index d16e1e6..4b5eab4 100644 --- a/src/views/xgf/flow_audit/userInfo.vue +++ b/src/views/xgf/flow_audit/userInfo.vue @@ -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