Parcourir la source

删除翻页问题

wolyshaw il y a 4 ans
Parent
commit
1a1abe3bec
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
             }
           });