|
@@ -52,6 +52,7 @@ const mixin = {
|
|
|
if (this.isChild) {
|
|
|
if (this.isChange) {
|
|
|
this.$emit('update:isChange', false);
|
|
|
+ this.isGetInfo = true;
|
|
|
return;
|
|
|
}
|
|
|
GetQuestionInfo({ question_id: this.questionId })
|
|
@@ -59,8 +60,8 @@ const mixin = {
|
|
|
if (!question.content) return;
|
|
|
this.data = JSON.parse(question.content);
|
|
|
this.$emit('loaded');
|
|
|
- this.refreshPreviewData();
|
|
|
this.isGetInfo = true;
|
|
|
+ this.refreshPreviewData();
|
|
|
})
|
|
|
.catch(() => {});
|
|
|
}
|