This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
CocoRoboLabs
/
pbl-teacher-table
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
#
11wqe1
5 meses atrás
pai
7fe25e716d
commit
8250b08f72
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão unificada
Mostrar estatísticas do Diff
1
0
src/components/pages/studentManageNew/index.vue
+ 1
- 0
src/components/pages/studentManageNew/index.vue
Ver arquivo
@@ -340,6 +340,7 @@ export default {
},
},
},
},
mounted() {
mounted() {
+ this.boxLoading = true;
this.getGrade();
this.getGrade();
},
},
};
};