Browse Source

fix: 修复组件属性赋值时的错误覆盖

hong.yang 1 year ago
parent
commit
d348ffc414
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data-room-ui/packages/PlotRender/index.vue

+ 0 - 1
data-room-ui/packages/PlotRender/index.vue

@@ -164,7 +164,6 @@ export default {
           })
         }
       })
-      config.option = { ...config.option, ...option }
       return config
     },
     dataFormatting (config, data) {