WANG 6 년 전
부모
커밋
c515491973
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/examwork/view/student.vue

+ 1 - 0
src/modules/examwork/view/student.vue

@@ -597,6 +597,7 @@ export default {
       this.stuExamSearch.rootOrgId = row.rootOrgId;
       this.stuExamList = [];
       this.stuExamTotal = 0;
+      this.queryExams4Search("");
       this.searchStuExam();
       this.stuExamDialog = true;
     },