xiatian 5 년 전
부모
커밋
53e9249fa8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/marking/views/Marking.vue

+ 1 - 0
src/modules/marking/views/Marking.vue

@@ -368,6 +368,7 @@ export default {
       await this.getMarkRange();
       await this.getMarkedTask();
       this.loading = false;
+      this.markedCurrentPage = 1;
     },
     markedClick() {
       this.markedTaskVisible = true;