From fc6ef2ba3e485f641c064105a042ca013da3d75b Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 2 Sep 2022 09:59:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E4=B8=8D=E8=83=BD=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/MytTimePicker/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/common/MytTimePicker/index.js b/src/components/common/MytTimePicker/index.js index bb0019c5..3a12020d 100644 --- a/src/components/common/MytTimePicker/index.js +++ b/src/components/common/MytTimePicker/index.js @@ -58,7 +58,8 @@ const defaultProps = { default: '' }, format: { - type: String + type: String, + default: '' }, type: { type: String,