Skip to content

Commit

Permalink
Merge pull request #35 from ywywZhou/dev_bugfix
Browse files Browse the repository at this point in the history
fix: 日期时间范围变量值类型错误问题修复 #33
  • Loading branch information
luofann authored Oct 9, 2024
2 parents 18d06a3 + c234a0b commit e8698a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils/checkDataType.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const getDefaultValueFormat = (scheme) => {
case 'tree':
case 'upload':
case 'cascader':
case 'datetime_range':
valueFormat = {
type: 'Array',
value: [],
Expand Down

0 comments on commit e8698a7

Please sign in to comment.