소스 검색

删除翻页问题

wolyshaw 4 년 전
부모
커밋
1a1abe3bec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/resetTeaming/components/strudentPayInfo.vue

+ 1 - 0
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -653,6 +653,7 @@ export default {
           }).then((res) => {
             if (res.code == 200) {
               this.$message.success(`删除成功`);
+              this.$set(this.rules, 'page', 1)
               this.getList();
             }
           });