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