layoutp(val: any) {
this.router.navigateByUrl('', {skipLocationChange: true}).then(() => {
this.router.navigate(['/dsb/Layout'] , {
queryParams: {
groupID: val
}
});
});
}
标签:Layout,val,groupID,地址,跳转,router,dsb,Angular
来源: https://blog.csdn.net/zhangmin29/article/details/100558888