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" /> + +