Skip to content

Commit

Permalink
Merge pull request #34 from ywywZhou/master_bugfix
Browse files Browse the repository at this point in the history
fix: 日期时间范围变量值类型错误问题修复 #33
  • Loading branch information
luofann authored Oct 9, 2024
2 parents 72b2370 + 7ffd21a commit cab86f6
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 cab86f6

Please sign in to comment.