From 79d712798e4c9770ab01b17494f224fe05727657 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 4 Mar 2024 11:28:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20web?= =?UTF-8?q?=E7=AB=AF=E5=92=8C=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E4=B8=8D=E4=B8=80=E8=87=B4=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=97=A5=E6=9C=9F=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=B8=8D=E7=94=9F=E6=95=88?= 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 a423600c47..37eb34b2aa 100644 --- a/core/core-frontend/src/custom-component/v-query/Time.vue +++ b/core/core-frontend/src/custom-component/v-query/Time.vue @@ -220,6 +220,7 @@ const setArrValue = () => { const onConfirm = () => { setArrValue() + handleValueChange() showDate.value = false }