This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CocoRoboLabs
/
pbl-teacher-table
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
#
11wqe1
6 mesi fa
parent
7fe25e716d
commit
8250b08f72
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/components/pages/studentManageNew/index.vue
+ 1
- 0
src/components/pages/studentManageNew/index.vue
Vedi File
@@ -340,6 +340,7 @@ export default {
},
},
mounted() {
+ this.boxLoading = true;
this.getGrade();
},
};