src/tabviews/custom/components/chart/antv-dashboard/index.jsx
@@ -108,7 +108,9 @@ title: config.plot.title }, () => { if (config.setting.sync !== 'true' && config.setting.onload === 'true') { setTimeout(() => { this.loadData() }, _config.setting.delay || 0) } else if (config.setting.sync === 'true') { this.handleData() }