|
|
@ -199,7 +199,7 @@ export class EhartsStatisticsComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
//柱状图点击事件
|
|
|
|
//柱状图点击事件
|
|
|
|
chartHynyxf.on('click', function(e) { |
|
|
|
chartHynyxf.on('click', function(e) { |
|
|
|
that.router.navigate([`/home/learningrecorddetails?Catalog=${catalogs[e.dataIndex]}&id=${that.idCard}`]) |
|
|
|
that.router.navigate(['/home/learningrecorddetails'],{queryParams:{'Catalog':catalogs[e.dataIndex],'id':that.idCard}}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|