Commit 175d972fb3d43ad17403406e11c5a5373da9e754

Authored by ww
1 parent eec041c8

perf: data source component org tree echo problem

@@ -6109,6 +6109,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { @@ -6109,6 +6109,7 @@ DataFormatPanel.prototype.addDataFont = function (container) {
6109 const { component, echoDataSource, getValue } = generatorDataSourceComponent() 6109 const { component, echoDataSource, getValue } = generatorDataSourceComponent()
6110 getDataSourceValue = getValue 6110 getDataSourceValue = getValue
6111 $(`#${enumActionEl.DATA_SOURCE_COMP_EL}`).append(component) 6111 $(`#${enumActionEl.DATA_SOURCE_COMP_EL}`).append(component)
  6112 + form.render()
6112 const info = getLayerBindInfo('act', type) 6113 const info = getLayerBindInfo('act', type)
6113 const { condition = [] } = info 6114 const { condition = [] } = info
6114 if (!condition.length) { 6115 if (!condition.length) {