From 08c1681ba3d36b40fea1568741e66c5344b9b9e5 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Wed, 13 Nov 2024 16:50:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D](pet):=20?= =?UTF-8?q?=20=20=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=85=B3=E6=96=B9=E6=89=80?= =?UTF-8?q?=E6=9C=89=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E4=B8=80=E7=9B=B4=E5=8A=A0=E8=BD=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow_audit/userInfo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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