From 27290073fc315f072c49b6bc23f5d7ae9c9fdc95 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Sun, 7 Apr 2024 10:57:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E7=BB=84=E4=BB=B6=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=BF=AB=E6=8D=B7=E9=80=89=E5=8F=96=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=AA=81=E7=A0=B4=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeDate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeDate.vue b/core/frontend/src/components/widget/deWidget/DeDate.vue index 65a4c9d5b6..6ff5e5a66c 100644 --- a/core/frontend/src/components/widget/deWidget/DeDate.vue +++ b/core/frontend/src/components/widget/deWidget/DeDate.vue @@ -254,7 +254,7 @@ export default { const param = cut.callBack(); this.startWindowTime = param[0] const disabled = param.some(ele => { - return this.disabledDate(ele) + return this.disabledDate(ele - 1000) }) this.startWindowTime = 0 if (disabled) return