From c86107aaafaa99fbd9294f565ba558ffb3ccbd25 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 22 Jan 2024 11:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E8=A2=AB=E5=8F=97=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A7=84=E5=88=99=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 08c279cb9..d14ffaedd 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -1647,11 +1647,6 @@ // this.userInfo.effectiveDateType = false } } - if(this.userInfo.idType == '8'){ - this.userInfo.birthday = idToData(val).birthday - this.userInfo.sex = idToData(val).sex - console.log(this.userInfo.birthday) - } }, },