diff --git a/src/views/PersonManager/user/components/add.vue b/src/views/PersonManager/user/components/add.vue index fa4df89..658e665 100644 --- a/src/views/PersonManager/user/components/add.vue +++ b/src/views/PersonManager/user/components/add.vue @@ -302,23 +302,23 @@ - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + @@ -1057,15 +1057,15 @@ export default { } } // 三级教育培训照片 - if (this.form.IS_LEVEL_THREE === '1') { - if (this.$refs['photosOfLevel'].uploadFiles.length > 0) { - for (let i = 0; i < this.$refs['photosOfLevel'].uploadFiles.length; i++) { - if (this.$refs['photosOfLevel'].uploadFiles[i]) { - formData.append('photosOfLevel', this.$refs['photosOfLevel'].uploadFiles[i].raw) - } - } - } - } + // if (this.form.IS_LEVEL_THREE === '1') { + // if (this.$refs['photosOfLevel'].uploadFiles.length > 0) { + // for (let i = 0; i < this.$refs['photosOfLevel'].uploadFiles.length; i++) { + // if (this.$refs['photosOfLevel'].uploadFiles[i]) { + // formData.append('photosOfLevel', this.$refs['photosOfLevel'].uploadFiles[i].raw) + // } + // } + // } + // } if (this.form.IS_INJURIES_PAY === '1') { if (this.$refs['gongshangFileList'].uploadFiles.length > 0) { for (let i = 0; i < this.$refs['gongshangFileList'].uploadFiles.length; i++) { diff --git a/src/views/PersonManager/user/components/edit.vue b/src/views/PersonManager/user/components/edit.vue index 41729c2..42a4593 100644 --- a/src/views/PersonManager/user/components/edit.vue +++ b/src/views/PersonManager/user/components/edit.vue @@ -305,23 +305,23 @@ - - - + + + + + + + + + + + + + + + + + 0) { - for (let i = 0; i < this.$refs['photosOfLevel'].uploadFiles.length; i++) { - if (this.$refs['photosOfLevel'].uploadFiles[i]) { - formData.append('photosOfLevel', this.$refs['photosOfLevel'].uploadFiles[i].raw) - } - } - } - } + // if (this.form.IS_LEVEL_THREE === '1') { + // if (this.$refs['photosOfLevel'].uploadFiles.length > 0) { + // for (let i = 0; i < this.$refs['photosOfLevel'].uploadFiles.length; i++) { + // if (this.$refs['photosOfLevel'].uploadFiles[i]) { + // formData.append('photosOfLevel', this.$refs['photosOfLevel'].uploadFiles[i].raw) + // } + // } + // } + // } formData.append('CORPINFO_ID', JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID) formData.append('EMPLOYMENT_APPLY_MANAGEMENT_ID', this.EMPLOYMENT_APPLY_MANAGEMENT_ID) upload(