|
@@ -555,7 +555,7 @@ export default {
|
|
question_id: id,
|
|
question_id: id,
|
|
});
|
|
});
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
- this.questionItem = res.data;
|
|
|
|
|
|
+ this.questionItem = {...res.data,recordStatus:1};
|
|
const { audio_list } = res.data;
|
|
const { audio_list } = res.data;
|
|
let temp = {};
|
|
let temp = {};
|
|
if (audio_list.length > 0) {
|
|
if (audio_list.length > 0) {
|