hdw
2018-11-23 2bb82444f83be2e27eea7f25f04b55966612550d
电池健康率饼状图实现跳转到落后单体查询页面
1个文件已修改
5 ■■■■■ 已修改文件
gx_tieta/WebRoot/index.jsp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/index.jsp
@@ -1167,6 +1167,11 @@
                }
                //创建电池故障饼状图
                createPie(healthPie,healthTle,healthObj);
                // 点击饼状图进行跳转
                healthPie.on('click', function(param) {
                    window.open('taskplan.jsp');    // 跳转到落后单体查询
                });
            });            
        }        
    }