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 = []
}
}
}