xiatian 5 năm trước cách đây
mục cha
commit
7eb2d5a94c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/modules/questions/views/EditPaper.vue

+ 2 - 0
src/modules/questions/views/EditPaper.vue

@@ -959,6 +959,8 @@ export default {
         })
         .catch((error) => {
           this.answerMessage = error.response.data.desc;
+          this.dialogAnswerFile = false;
+          document.getElementById("answerFile").value = "";
           this.uploadAnswerLoading = false;
         });
     },