| | |
| | | this.temp = ''; |
| | | this.otherOptionInput = ''; |
| | | |
| | | this.answer = {}; |
| | | this.answer = { |
| | | radio: { |
| | | optionIndex: "0", |
| | | optionValue: "大于10小于50" |
| | | } |
| | | }; |
| | | } |
| | | |
| | | // static defaultProps = { |
| | |
| | | answer, |
| | | warnFlag |
| | | } = editor; |
| | | this.answer = answer ? JSON.parse(JSON.stringify(answer)) : {}; |
| | | this.otherOptionValue = answer ? this.answer[type].otherOptionValue : []; |
| | | |
| | | console.log(this.answer) |
| | | // this.answer = answer ? JSON.parse(JSON.stringify(answer)) : {}; |
| | | // this.otherOptionValue = answer ? this.answer[type].otherOptionValue : []; |
| | | /* |
| | | * |
| | | * 以下元素为编辑状态下的元素 |