瀏覽代碼

试题内容获取不到就不显示试题

Michael Wang 6 年之前
父節點
當前提交
e6e9913f3b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/features/OnlineExam/Examing/QuestionView.vue

+ 2 - 0
src/features/OnlineExam/Examing/QuestionView.vue

@@ -64,6 +64,8 @@ export default {
       );
 
       if (res.data === undefined) {
+        this.parentQuestionBody = null;
+        this.question = null;
         return;
       }