src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -1160,7 +1160,7 @@ } if (plot.linkmenu && plot.linkmenu.length > 0) { let menu_id = plot.linkmenu[plot.linkmenu.length - 1] let menu_id = plot.linkmenu.slice(-1)[0] let menu = this.props.permMenus.filter(m => m.MenuID === menu_id)[0] || '' chart.on('element:dblclick', (ev) => {