|
|
@@ -366,7 +366,6 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created() {
|
|
|
- console.log(this.data);
|
|
|
if (
|
|
|
this.data.property.fun_type !== 'show' ||
|
|
|
(this.data.property.fun_type === 'show' &&
|
|
|
@@ -666,6 +665,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
|
+ let old_con_preview = JSON.parse(JSON.stringify(this.con_preview));
|
|
|
this.con_preview = [];
|
|
|
let con_arr = JSON.parse(JSON.stringify(this.data.content_view));
|
|
|
let user_answer = [];
|
|
|
@@ -726,7 +726,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
let obj = {
|
|
|
- item_con: user_select,
|
|
|
+ item_con: old_con_preview[0].item_con,
|
|
|
item_con_yuan: JSON.parse(JSON.stringify(con_arr)),
|
|
|
mark: this.data.mark,
|
|
|
user_answer,
|