forked from github/dataease
fix: 修复标题显示延迟
This commit is contained in:
parent
7fbf021547
commit
85320bf444
@ -205,6 +205,9 @@ const data = {
|
|||||||
}
|
}
|
||||||
state.styleChangeTimes = 0
|
state.styleChangeTimes = 0
|
||||||
state.curComponent = component
|
state.curComponent = component
|
||||||
|
if (index !== null && !isNaN(index)) {
|
||||||
|
state.componentData.splice(index, 1, component)
|
||||||
|
}
|
||||||
state.curComponentIndex = index
|
state.curComponentIndex = index
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user