mo 4 anni fa
parent
commit
3e98baf6d1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
           }
         }