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

完善

parent b7be1bd5
......@@ -98,6 +98,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
*/
save() {
(<any> window).courseware.setData(this.item, null, this.saveKey);
this.changeDetectorRef.detectChanges();
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