From c308f870d07b37875ed954e17c9b796fe3ad354d Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 3 Nov 2023 17:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E9=99=A9=E7=BB=AD=E4=BF=9D?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A0=8F=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/healthInsuranceRenewal/list.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/ebiz/healthInsuranceRenewal/list.vue b/src/views/ebiz/healthInsuranceRenewal/list.vue index 5c08e8003..702be6a0e 100644 --- a/src/views/ebiz/healthInsuranceRenewal/list.vue +++ b/src/views/ebiz/healthInsuranceRenewal/list.vue @@ -188,11 +188,6 @@ export default { } }) }, - //打开日期选择 - openshowDataPicker(){ - this.currentDate = new Date() - this.showDataPicker = true - }, initDate(){ let thisDate = new Date() let thisYear = thisDate.getFullYear()