From b2e4ab0d3834a20d2273bba676a0cbe7eb25a0b9 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 14 Dec 2023 15:23:45 +0800 Subject: [PATCH] =?UTF-8?q?12618=20=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E5=88=A4=E7=A9=BA=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow_audit/users.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/xgf/flow_audit/users.vue b/src/views/xgf/flow_audit/users.vue index 1a5cbe0..02bbdb0 100644 --- a/src/views/xgf/flow_audit/users.vue +++ b/src/views/xgf/flow_audit/users.vue @@ -83,7 +83,7 @@ @click="getUserInfo(row)">电子合格证 文化程度 {{ userDetailForm.DEGREE_OF_EDUCATION_NAME }} - - 岗位名称(工种) {{ userDetailForm.POST_ID }} @@ -332,7 +330,8 @@ export default { }, heirloom: {}, message: '', - operator: '' + operator: '', + photosOfLevel: [] } }, methods: { @@ -397,6 +396,7 @@ export default { this.userInfoDialog = true this.heirloom = row console.log(row) + console.log('?????') if (row.SUPERVISION_STATE === 0 || row.MANAGER_STATE === 0 || row.TERRITORIALITY_STATE === 0) { if (row.SUPERVISION_STATE === 0) { this.message = row.SUPERVISION_OPINION @@ -468,7 +468,7 @@ export default { this.listLoading = false // this.userDetailForm = Object.assign(this.userDetailForm, data.pd) this.userPhotoFile = data.userPhotoFile - if (this.userPhotoFile.length > 0) { + if (this.userPhotoFile && this.userPhotoFile.length > 0) { this.imgUrl = config.fileUrl + this.userPhotoFile[0].FILEPATH } this.insuranceFileList = data.insuranceFile