Commit d7e354d2 authored by Chen Jiping's avatar Chen Jiping

修复选择框问题

parent 2408c97e
...@@ -83,6 +83,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -83,6 +83,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
*/ */
save() { save() {
(<any> window).courseware.setData(this.item, null, this.saveKey); (<any> window).courseware.setData(this.item, null, this.saveKey);
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh(); this.refresh();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment