baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
aca375a3d30d4f7776fa1907cf6b71f3d9c5a1ab
Authored by
梁保满
2023-04-19 17:47:32 +0800
1 parent
b9dd8ed5
学生转班更新班级数据
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/standard/setUp/student.vue
src/views/standard/setUp/student.vue
View file @
aca375a
...
...
@@ -518,6 +518,7 @@ export default {
518
518
if (status == 0) {
519
519
this.diaChangeClass = false;
520
520
this.$message.success(info);
521
+ this._QueryClass()
521
522
this._QueryData();
522
523
} else {
523
524
this.$message.error(info);
...
...