Explorar el Código

删除翻页问题

wolyshaw hace 4 años
padre
commit
1a1abe3bec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
             }
           });