Browse Source

feat: 更新

蒋承 3 năm trước cách đây
mục cha
commit
5326405a38
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/chart/hooks/useSync.hook.ts

+ 0 - 1
src/views/chart/hooks/useSync.hook.ts

@@ -78,7 +78,6 @@ export const useSync = () => {
           ) => {
             // 补充 class 上的方法
             let newComponent: CreateComponentType = await createComponent(_componentInstance.chartConfig)
-            newComponent.option = _componentInstance?.option
             if (callBack) {
               if (changeId) {
                 callBack(componentMerge(newComponent, { ..._componentInstance, id: getUUID() }))