From 823a31ac97b410561a761e4804471e933152b40f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 16 Dec 2025 14:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../remoteVerificationTask/index.vue | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue b/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue index 98945e5..e3402a6 100644 --- a/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue +++ b/src/views/certificate/remoteVerification/remoteVerificationTask/index.vue @@ -132,7 +132,7 @@ { - return time.getTime()>=new Date('2999-12-30 23:59:59').getTime() ; - } - }) - return; - } - this.searchPickerOptionsStart = Object.assign({}, this.searchPickerOptionsStart, { - // 可通过箭头函数的方式访问到this - disabledDate: (time) => { - return time.getTime()>new Date(value).getTime() ; - } - }) - }, - //开始时间 控制结束时间 - searchChangeEnd() { - // console.log(new Date(this.addFormList[0].startTime).getTime()); - this.searchPickerOptionsEnd = Object.assign({}, this.searchPickerOptionsEnd, { - disabledDate: (time) => { - return time.getTime()