src/tabviews/custom/components/form/simple-form/index.jsx
@@ -169,6 +169,12 @@ if ((position === 'mainline' || position === 'popclose') && config.setting.supModule && BID) { MKEmitter.emit('reloadData', config.setting.supModule, BID) } else if (position === 'grid' && config.wrap.datatype === 'static') { this.setState({ data: null }, () => { this.setState({data: {$$empty: true}}) }) } else { this.loadData() }