From 88537e4eabc42ce5af87a43dd13d56c2e4eec333 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 6 Jan 2025 11:03:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E4=BD=BF=E7=94=A8=E6=97=B6=E9=97=B4=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E7=BB=84=E4=BB=B6=E9=80=89=E4=B8=AD=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E6=B3=95=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/Time.vue | 16 +++ .../js/panel/common/common_table.ts | 126 ++++++++++++------ 2 files changed, 99 insertions(+), 43 deletions(-) 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 71bb08092c..28c7ab328f 100644 --- a/core/core-frontend/src/custom-component/v-query/Time.vue +++ b/core/core-frontend/src/custom-component/v-query/Time.vue @@ -406,6 +406,13 @@ const setArrValue = () => { } } +const onClear = () => { + showDate.value = false + selectValue.value = [] + currentTime.value = [] + handleValueChange() +} + const onConfirm = () => { setArrValue() handleValueChange() @@ -496,6 +503,15 @@ const formatDate = computed(() => { v-model="currentDate" /> + +