From 786cf6a008ddfb61976bde4a50e9691b8e9508b5 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 28 Jan 2022 15:36:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=AB=E6=8F=8F=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AF=81=E5=92=8C=E5=88=B7=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E5=8A=9F=E8=83=BDbug=E4=B8=8E=E5=88=B7=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E5=90=8E=E5=81=9A=E9=80=89=E6=8B=A9=E9=A2=98=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/manage/list/client/consumerClient.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index 8883860..8632664 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -43,8 +43,8 @@ @@ -218,7 +218,13 @@ export default { this.form.idNumber = idNumber this.form.idType = 83 this.form.userName = userName - this.form.sex = sex + let sexs = null + if (sex == '男'){ + sexs = 1 + }else{ + sexs = 2 + } + this.form.sex = sexs this.form.birthday = birthday this.form.nationality = nationality this.form.mailbox = mailbox