From bacfc976a6d7d71b3db4526bfb97b9c154bef217 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 25 Apr 2024 14:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E7=BB=AD=E7=82=B9=E5=87=BB=E5=90=8E?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BAbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/flowApply/components/userInfo.vue | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 007b258..8d585d8 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -19,7 +19,7 @@
- +
@@ -47,13 +47,13 @@
- + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/>
@@ -137,13 +137,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -159,13 +159,13 @@ - + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/> @@ -178,13 +178,13 @@
- + :preview-src-list="[config.fileUrl + item.FILEPATH]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/>
@@ -268,17 +268,16 @@
- - + + :preview-src-list="[config.fileUrl + item.FILEPATH_BACK]" + z-index="8000" + style="object-fit: cover; width: 40px; height: 40px"/>
@@ -413,7 +412,7 @@ - 取 消 + 取 消 @@ -511,6 +510,19 @@ export default { }, download(item) { useDownloadFile(item) + }, + close() { + this.visible = false + this.userDetailForm = {} + this.userCardIDPhotoFile = [] // 身份证照片 + this.trainRecordList = [] + this.photosOfLevel = [] // 三级教育照片 + this.specialUsersList = {} + this.insuranceFileList = [] // 保险文件 + this.contractFileList = [] + this.socialPhotoFile = [] + this.gongshangbaoxianFile = [] + this.applyList = [] } } }