xiatian 3 년 전
부모
커밋
83c32a0941
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/questions/views/PaperPendingTrial.vue

+ 1 - 0
src/modules/questions/views/PaperPendingTrial.vue

@@ -728,6 +728,7 @@ export default {
       this.searchPaper();
     },
     searchPaper() {
+      this.selectedPaperIds = [];
       var pageNo = this.currentPage;
       this.currentPage = 1;
       this.loading = true;