zhangjie 1 year ago
parent
commit
fa10a9faf4
1 changed files with 1 additions and 1 deletions
  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();