Angular中使用 bootstrap的模态框报错:
Error: Uncaught (in promise): 0
点击阴影层时候的方法得写上。 红色部分
this.modalService.open(this.loadNowModal).result.then((result) => {
this.loadNowErrorMsg = '';
}, (reason) => {
});
Error: Uncaught (in promise): 0
阅读 94
2023-03-05
Angular中使用 bootstrap的模态框报错:
Error: Uncaught (in promise): 0
点击阴影层时候的方法得写上。 红色部分
this.modalService.open(this.loadNowModal).result.then((result) => {
this.loadNowErrorMsg = '';
}, (reason) => {
});
相关推荐
精彩评论(0)