layoutp(val: any) {
this.router.navigateByUrl('', {skipLocationChange: true}).then(() => {
this.router.navigate(['/dsb/Layout'] , {
queryParams: {
groupID: val
}
});
});
}
2024-02-08 22:55:16
layoutp(val: any) {
this.router.navigateByUrl('', {skipLocationChange: true}).then(() => {
this.router.navigate(['/dsb/Layout'] , {
queryParams: {
groupID: val
}
});
});
}