在修改完组件数据之后调用下面两句:
this.changeDetectorRef.markForCheck(); this.changeDetectorRef.detectChanges();
注入到构造函数
constructor( private changeDetectorRef:ChangeDetectorRef ){}
原文地址:https://www.cnblogs.com/eleven24/p/8361857.html
时间: 2024-10-24 08:24:03
在修改完组件数据之后调用下面两句:
this.changeDetectorRef.markForCheck(); this.changeDetectorRef.detectChanges();
注入到构造函数
constructor( private changeDetectorRef:ChangeDetectorRef ){}
原文地址:https://www.cnblogs.com/eleven24/p/8361857.html