src/tabviews/custom/components/form/normal-form/index.jsx
@@ -125,7 +125,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') { setTimeout(() => { this.loadData() }, config.setting.delay || 0) } }) }