From c234a0bcf52f3a4bbca51fbc6c952e6b0c090fb5 Mon Sep 17 00:00:00 2001 From: v_xugzhou <941071842@qq.com> Date: Wed, 9 Oct 2024 17:21:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E6=9C=9F=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E5=8F=98=E9=87=8F=E5=80=BC=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=20#33=20?= =?UTF-8?q?#=20Reviewed,=20transaction=20id:=2020049?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/utils/checkDataType.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/utils/checkDataType.js b/frontend/src/utils/checkDataType.js index 6198a85..3d0fc1e 100644 --- a/frontend/src/utils/checkDataType.js +++ b/frontend/src/utils/checkDataType.js @@ -35,6 +35,7 @@ export const getDefaultValueFormat = (scheme) => { case 'tree': case 'upload': case 'cascader': + case 'datetime_range': valueFormat = { type: 'Array', value: [],