xiatian il y a 5 ans
Parent
commit
f5e993999e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/modules/marking/views/MarkPaperCheck.vue

+ 2 - 0
src/modules/marking/views/MarkPaperCheck.vue

@@ -530,6 +530,8 @@ export default {
         this.formSearch.courseCode = formData.courseCode;
         this.formSearch.userId = formData.userId;
         this.formSearch.tag = formData.tag;
+        this.formSearch.studentPaperId = formData.studentPaperId;
+        this.formSearch.identityNumber = formData.identityNumber;
         this.examId = formData.examId;
         this.examType = formData.examType;
         this.currentPage = parseInt(formData.currentPage);