src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -68,7 +68,9 @@ arr_field: _config.columns.map(col => col.field).join(','), }, () => { if (_config.wrap.datatype !== 'static' && _config.setting && _config.setting.sync !== 'true' && _config.setting.onload === 'true') { this.loadData() setTimeout(() => { this.loadData() }, _config.setting.delay || 0) } }) }