feat: 动态数据维度不同,导致整合维度bug
This commit is contained in:
parent
f5c3f51db2
commit
324edc27e1
@ -55,6 +55,7 @@ export const useSync = () => {
|
|||||||
) => {
|
) => {
|
||||||
// 补充 class 上的方法
|
// 补充 class 上的方法
|
||||||
let newComponent: CreateComponentType = await createComponent(_componentInstance.chartConfig)
|
let newComponent: CreateComponentType = await createComponent(_componentInstance.chartConfig)
|
||||||
|
newComponent.option = _componentInstance?.option
|
||||||
if (callBack) {
|
if (callBack) {
|
||||||
if (changeId) {
|
if (changeId) {
|
||||||
callBack(merge(newComponent, { ..._componentInstance, id: getUUID() }))
|
callBack(merge(newComponent, { ..._componentInstance, id: getUUID() }))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user