mo 4 years ago
parent
commit
3e98baf6d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/teamDetail/components/resetClass.vue

+ 1 - 0
src/views/teamDetail/components/resetClass.vue

@@ -751,6 +751,7 @@ export default {
         (res) => {
           if (res.code == 200) {
             this.activeSingleList = res.data;
+            
             // this.topForm.count = this.activeSingleList.length
           }
         }