Browse Source

Merge branch 'ol_12_30' into online

wolyshaw 4 years ago
parent
commit
63e87cf2ed
1 changed files with 1 additions and 0 deletions
  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();
             }
           });