This website works better with JavaScript
Home
Explore
Help
Sign In
CocoRoboLabs
/
pbl-teacher-table
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
#
11wqe1
6 months ago
parent
7fe25e716d
commit
8250b08f72
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/pages/studentManageNew/index.vue
+ 1
- 0
src/components/pages/studentManageNew/index.vue
View File
@@ -340,6 +340,7 @@ export default {
},
},
mounted() {
+ this.boxLoading = true;
this.getGrade();
},
};