src/tabviews/custom/components/card/prop-card/index.jsx
@@ -190,7 +190,11 @@ let _data = res.data[0] || {$$empty: true} _data.$$uuid = _data[config.setting.primaryKey] || '' this.setState({data: _data}) this.setState({data: _data}, () => { if (selected !== 'false') { this.checkTopLine() } }) }) } else { if (config.wrap.goback === 'true' && data.$$empty) {