From b0111420e8dcf3e35b3b5dd9aafd5d1ff56342f4 Mon Sep 17 00:00:00 2001 From: anbbukn Date: Thu, 2 Jul 2020 16:58:30 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E5=A4=8D=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=AA=8C=E8=AF=81=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/Appnt.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/ebiz/proposal/Appnt.vue b/src/views/ebiz/proposal/Appnt.vue index b84a3798c..2f604ccdf 100644 --- a/src/views/ebiz/proposal/Appnt.vue +++ b/src/views/ebiz/proposal/Appnt.vue @@ -172,7 +172,6 @@ export default { this.appntDTO.name = data }, dateConfirm(data) { - console.log(11) let age = getAge.getAge(data, new Date()) this.appntDTO.age = age this.ageFlag = true @@ -194,7 +193,7 @@ export default { sex: String(customerSex), name: customerName, occupationName, - age: age ? age : getAge.getAge(birthday, new Date()), + age: age ? age : birthday ? getAge.getAge(birthday, new Date()) : '', occupationCode, lifeGrade, healthGrade,