Commit 175d972fb3d43ad17403406e11c5a5373da9e754
1 parent
eec041c8
perf: data source component org tree echo problem
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -6109,6 +6109,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { |
6109 | 6109 | const { component, echoDataSource, getValue } = generatorDataSourceComponent() |
6110 | 6110 | getDataSourceValue = getValue |
6111 | 6111 | $(`#${enumActionEl.DATA_SOURCE_COMP_EL}`).append(component) |
6112 | + form.render() | |
6112 | 6113 | const info = getLayerBindInfo('act', type) |
6113 | 6114 | const { condition = [] } = info |
6114 | 6115 | if (!condition.length) { | ... | ... |