Commit 61e1b717 authored by Tt's avatar Tt

选项无默认值

parent b6266ec1
...@@ -51,7 +51,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O ...@@ -51,7 +51,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
addoption(i) { addoption(i) {
this.item.questions[i].options.push({ this.item.questions[i].options.push({
type: "img", type: "",
image: "", image: "",
audio: "", audio: "",
text: "", text: "",
......
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