src/tabviews/custom/components/card/prop-card/index.jsx
@@ -126,7 +126,9 @@ arr_field: _config.columns.map(col => col.field).join(','), }, () => { if (_config.wrap.datatype !== 'static' && _config.setting.sync !== 'true' && _config.setting.onload === 'true') { this.loadData() setTimeout(() => { this.loadData() }, _config.setting.delay || 0) } else if ((!_sync || _config.wrap.priKeyType === 'static') && selected !== 'false') { setTimeout(() => { this.checkTopLine()