mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
fix(数据集): 时间类型分组字段进入编辑状态时,没有原有值
This commit is contained in:
@@ -1118,7 +1118,7 @@ const initGroupField = val => {
|
||||
maxTerm,
|
||||
time: []
|
||||
}
|
||||
if (currentGroupField.deTypeOrigin === 1) {
|
||||
if (startTime && endTime) {
|
||||
obj.time = [startTime, endTime]
|
||||
}
|
||||
groupList.push(obj)
|
||||
|
||||
Reference in New Issue
Block a user