Commit 9c6b1b75 authored by Chen Jiping's avatar Chen Jiping

完善

parent b7be1bd5
...@@ -98,6 +98,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -98,6 +98,7 @@ 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.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