Fix:修复展开收起节点时区间概要会丢失的问题
This commit is contained in:
parent
88db910c68
commit
62c61b6e53
@ -104,7 +104,7 @@ function renderGeneralization() {
|
|||||||
|
|
||||||
// 更新节点概要数据
|
// 更新节点概要数据
|
||||||
function updateGeneralizationData() {
|
function updateGeneralizationData() {
|
||||||
const childrenLength = this.children.length
|
const childrenLength = this.nodeData.children.length
|
||||||
const list = this.formatGetGeneralization()
|
const list = this.formatGetGeneralization()
|
||||||
const newList = []
|
const newList = []
|
||||||
list.forEach(item => {
|
list.forEach(item => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user