mo hace 4 años
padre
commit
3e98baf6d1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
           }
         }