zhangjie 1 년 전
부모
커밋
fa10a9faf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/paper/components/SelectQuestionDialog.vue

+ 1 - 1
src/modules/paper/components/SelectQuestionDialog.vue

@@ -321,7 +321,7 @@ export default {
 
       this.curSelectedQuestions = [];
       this.curSelectedQuestionIds = [];
-      this.toPage(this.currentPage);
+      this.toPage(1);
     },
     visibleChange() {
       this.initData();