From 65f9a1faf4d59089c36463fac4da1560549cae3f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 31 Jul 2024 20:12:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF-=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=B8=83=E5=B1=80-=E7=AD=9B=E9=80=89=E7=BB=84=E4=BB=B6-?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=AD=9B=E9=80=89-=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E4=BD=BF=E7=94=A8=20#11042?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Time.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/custom-component/v-query/Time.vue b/core/core-frontend/src/custom-component/v-query/Time.vue index 7feb7b06c9..84739de23e 100644 --- a/core/core-frontend/src/custom-component/v-query/Time.vue +++ b/core/core-frontend/src/custom-component/v-query/Time.vue @@ -151,6 +151,7 @@ const init = () => { selectValue.value = plus ? [] : undefined } multiple.value = config.value.displayType === '7' + currentDate.value = currentDate.value.slice(0, getIndex() + 1) } const queryConditionWidth = inject('com-width', Function, true)