|
@@ -90,7 +90,7 @@ export class DataDynamicEffectHandler { |
|
@@ -90,7 +90,7 @@ export class DataDynamicEffectHandler { |
|
90
|
node.classList.add(ActAnimationName.VISIBLE)
|
90
|
node.classList.add(ActAnimationName.VISIBLE)
|
|
91
|
node.classList.remove(ActAnimationName.HIDDEN)
|
91
|
node.classList.remove(ActAnimationName.HIDDEN)
|
|
92
|
})
|
92
|
})
|
|
93
|
- this.nodeUtils.updateCellValue(cell, record?.title ? record.title : latestValue)
|
93
|
+ record?.title && this.nodeUtils.updateCellValue(cell, record?.title)
|
|
94
|
}
|
94
|
}
|
|
95
|
else if (type === ActRangListItemTypeEnum.HIDDEN) {
|
95
|
else if (type === ActRangListItemTypeEnum.HIDDEN) {
|
|
96
|
nodeEl.forEach((node) => {
|
96
|
nodeEl.forEach((node) => {
|