From 28ff9993aa7d192364696bab68ee452392da344f Mon Sep 17 00:00:00 2001 From: rose <1942951600@qq.com> Date: Tue, 11 May 2021 11:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E9=A9=BB=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EntityApply/EntityApplyEdit.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/EntityApply/EntityApplyEdit.vue b/src/components/EntityApply/EntityApplyEdit.vue index c4b344f..7ee66c9 100644 --- a/src/components/EntityApply/EntityApplyEdit.vue +++ b/src/components/EntityApply/EntityApplyEdit.vue @@ -18,7 +18,7 @@ - + @@ -261,7 +261,7 @@ export default { this.$message.error('请输入职务'); } else if (this.platform.isTel === false) { this.$message.error('请输入联系电话'); - } else if(this.platform.sex === undefined){ + } else if(this.platform.gender === undefined){ this.$message.error('请输入申请人性别'); } else if (this.platform.idCard === '') { this.$message.error('请输入身份证号'); @@ -289,7 +289,7 @@ export default { email: this.platform.email, fileList: this.filesUpload, friendCompany: this.platform.friendCompany, - gender: this.platform.sex, + gender: this.platform.gender, idCard: this.platform.idCard, juniorCollege: this.platform.juniorCollege, legalPerson: this.platform.legalPerson, @@ -310,7 +310,7 @@ export default { staffCount: this.platform.staffCount, }, }; - console.log(params); + console.log("updatePlace",params); const res = await updatePlace(params); // console.log(res); const { code, msg, data } = res.data;