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();
             }
           });