From 606e51464f5de4036809e2fc28eea450c6d0f7b5 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 13 Jul 2023 17:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E8=AF=81?= =?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=9E=8B=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/customer/formBlock.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue index 2599448fb..cdd25ba85 100644 --- a/src/components/ebiz/customer/formBlock.vue +++ b/src/components/ebiz/customer/formBlock.vue @@ -653,12 +653,6 @@ export default { // return // } this.userInfo.effectiveDateType = false - //如果录入日期早于当前日期 - if (Date.parse(val) < Date.parse(new Date())) { - this.userInfo.certiexpiredate = '' - this.$refs.certiexpiredate.date = '' - return this.$toast('您的证件已过期') - } } break case '2':