Sfoglia il codice sorgente

删除翻页问题

wolyshaw 4 anni fa
parent
commit
1a1abe3bec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
             }
           });