This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CocoRoboLabs
/
pbl-teacher-table
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
#
11wqe1
hace 6 meses
padre
7fe25e716d
commit
8250b08f72
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/components/pages/studentManageNew/index.vue
+ 1
- 0
src/components/pages/studentManageNew/index.vue
Ver fichero
@@ -340,6 +340,7 @@ export default {
},
},
mounted() {
+ this.boxLoading = true;
this.getGrade();
},
};