提交 5326405a 编写于 作者: jiangcheng.'s avatar jiangcheng.

feat: 更新

上级 f8ec88ea
...@@ -78,7 +78,6 @@ export const useSync = () => { ...@@ -78,7 +78,6 @@ 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(componentMerge(newComponent, { ..._componentInstance, id: getUUID() })) callBack(componentMerge(newComponent, { ..._componentInstance, id: getUUID() }))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册