|
@@ -282,6 +282,8 @@ export default {
|
|
|
con: item,
|
|
|
type: 'text',
|
|
|
};
|
|
|
+
|
|
|
+ this.con_preview.push(obj);
|
|
|
if (index !== arr.length - 1) {
|
|
|
let objs = {
|
|
|
con: '',
|
|
@@ -289,7 +291,6 @@ export default {
|
|
|
inputIndex: inputIndex,
|
|
|
answer: this.data.answer.answer_list[inputIndex] ? this.data.answer.answer_list[inputIndex].con : '',
|
|
|
};
|
|
|
- this.con_preview.push(obj);
|
|
|
this.con_preview.push(JSON.parse(JSON.stringify(objs)));
|
|
|
inputIndex++;
|
|
|
}
|