fix(数据集): 时间类型分组字段进入编辑状态时,没有原有值

This commit is contained in:
dataeaseShu
2025-02-27 14:06:15 +08:00
committed by Junjun
parent d20494a6be
commit 8e25806fdd

View File

@@ -1118,7 +1118,7 @@ const initGroupField = val => {
maxTerm,
time: []
}
if (currentGroupField.deTypeOrigin === 1) {
if (startTime && endTime) {
obj.time = [startTime, endTime]
}
groupList.push(obj)