From f0810bce4ca75bb22908b64b5d03766f11d12322 Mon Sep 17 00:00:00 2001 From: xlsea Date: Sat, 14 Jun 2025 13:42:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(other):=20=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=A8=A1=E6=9D=BF=20dateRangeTime=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/template/modules/search.vue.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/template/modules/search.vue.vm b/docs/template/modules/search.vue.vm index 21e56fd5..b6bfa5ce 100644 --- a/docs/template/modules/search.vue.vm +++ b/docs/template/modules/search.vue.vm @@ -50,7 +50,7 @@ async function search() { #set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)}) if (dateRange${AttrName}.value?.length) { model.value.params!.begin${AttrName} = dateRange${AttrName}.value[0]; - model.value.params!.end${AttrName} = dateRange${AttrName}.value[0]; + model.value.params!.end${AttrName} = dateRange${AttrName}.value[1]; } #end #end