src/tabviews/custom/components/card/prop-card/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -211,6 +211,8 @@ this.setState({data: _data}, () => { if (selected !== 'false') { this.checkTopLine() } else if (config.wrap.empty === 'hidden') { MKEmitter.emit('resetSelectLine', config.uuid, _data.$$uuid || '', _data) } }) }) @@ -286,7 +288,7 @@ } else { if (selected !== 'false') { this.checkTopLine() } else if (data.$$uuid) { } else { this.transferLine() } this.autoExec() @@ -340,7 +342,7 @@ } else { if (selected !== 'false') { this.checkTopLine() } else if (_data.$$uuid) { } else { this.transferLine() } this.autoExec()