Commit aca375a3d30d4f7776fa1907cf6b71f3d9c5a1ab
1 parent
b9dd8ed5
学生转班更新班级数据
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/standard/setUp/student.vue
@@ -518,6 +518,7 @@ export default { | @@ -518,6 +518,7 @@ export default { | ||
518 | if (status == 0) { | 518 | if (status == 0) { |
519 | this.diaChangeClass = false; | 519 | this.diaChangeClass = false; |
520 | this.$message.success(info); | 520 | this.$message.success(info); |
521 | + this._QueryClass() | ||
521 | this._QueryData(); | 522 | this._QueryData(); |
522 | } else { | 523 | } else { |
523 | this.$message.error(info); | 524 | this.$message.error(info); |