Commit f2ffa671 authored by wangxin's avatar wangxin

Update form.component.ts

parent deab64d0
...@@ -71,8 +71,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -71,8 +71,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
ngOnDestroy() {} ngOnDestroy() {}
init() { init() {
if (this.item.contentObj.picArr) { if (this.item.contentObj.options) {
this.picArr = this.item.contentObj.picArr; this.picArr = this.item.contentObj.options;
} }
} }
......
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