Commit 3af3e668 authored by wangxin's avatar wangxin

Update form.component.ts

parent ccb75ccd
......@@ -50,6 +50,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
if (!this.item.contentObj) {
this.item.contentObj = {};
}
this.picArr = [];
// 获取存储的数据
(<any>window).courseware.getData((data) => {
......
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