我正在尝试使用 if(this.router.snapshot.paramMap.get('bagCount')) {
var bags = this.router.snapshot.paramMap.get('bagCount');
$(".bagCount").val(bags);
sessionStorage.setItem('customerBagcount', bags.toString());
}
将id参数传递给Web方法。
我添加了
Ajax