src/tabviews/custom/components/chart/antv-G6/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/custom/components/chart/antv-G6/index.jsx
@@ -1557,10 +1557,7 @@ handleClick = (data = null) => { const { plot, config } = this.state if (plot.click && !data) { this.selectedId = '' return } if (plot.click && !data) return if (plot.click === 'menus') { let menu = null @@ -1623,8 +1620,13 @@ MKEmitter.emit('modifyTabs', newtab, true) } else { if (data) { this.selectedId = data.$$uuid || '' MKEmitter.emit('resetSelectLine', config.uuid, data.$$uuid || '', data) } else { this.selectedId = '' MKEmitter.emit('resetSelectLine', config.uuid, '', '') } } }