From f64dee0770fcae1323acd7507ddb72a9907bbb30 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Thu, 6 Mar 2025 18:34:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F=E4=BC=98=E5=8C=96](dev):=20?= =?UTF-8?q?-=20=E5=8F=96=E6=B6=88=E5=B7=A5=E4=BC=A4=E4=BF=9D=E9=99=A9?= =?UTF-8?q?=E6=9C=89=E6=95=88=E6=9C=9F=20-=20=E5=8F=96=E6=B6=88=E4=B8=89?= =?UTF-8?q?=E7=BA=A7=E5=AE=89=E5=85=A8=E6=95=99=E8=82=B2=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonManager/user/components/add.vue | 84 +++++++++---------- .../PersonManager/user/components/edit.vue | 54 ++++++------ 2 files changed, 69 insertions(+), 69 deletions(-) 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(