From 9923007e2ecf45a0d2822b69fc9f6d03733ac2d3 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 20 Jan 2022 09:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E6=97=B6=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/basicinfo/personCategory/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/visual/basicinfo/personCategory/index.vue b/src/views/modules/visual/basicinfo/personCategory/index.vue index 46106c3e..6ae43934 100644 --- a/src/views/modules/visual/basicinfo/personCategory/index.vue +++ b/src/views/modules/visual/basicinfo/personCategory/index.vue @@ -118,9 +118,9 @@ export default { }, pickerOptions: { //控制时间范围 - // disabledDate (time) { - // return time.getTime() > (Date.now() - (24 * 60 * 60 * 1000)) - // } + disabledDate (time) { + return time.getTime() > (Date.now() - (24 * 60 * 60 * 1000)) + } }, dateIdShow: '', agencyId: '',