Skip to content

Commit

Permalink
fix: 日期时间范围变量值类型错误问题修复 TencentBlueKing#33
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20049
  • Loading branch information
ywywZhou committed Oct 9, 2024
1 parent 18d06a3 commit c234a0b
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 c234a0b

Please sign in to comment.