Browse Source

[完善] 路由跳转完成

master
陈鹏飞 4 years ago
parent
commit
edf44860b1
  1. 2
      src/app/ui/eharts-statistics/eharts-statistics.component.ts

2
src/app/ui/eharts-statistics/eharts-statistics.component.ts

@ -199,7 +199,7 @@ export class EhartsStatisticsComponent implements OnInit {
//柱状图点击事件
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}});
});
}

Loading…
Cancel
Save