|
|
@@ -177,12 +177,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created () {
|
|
|
- this.getTeacherList()
|
|
|
- let params = {
|
|
|
- _currentPage: 1,
|
|
|
- _size: 9999,
|
|
|
- }
|
|
|
- this.getRoomList(params)
|
|
|
},
|
|
|
mounted () {
|
|
|
let _this = this
|
|
|
@@ -192,6 +186,12 @@ export default {
|
|
|
_this.Year = _this.$route.query.Year
|
|
|
_this.Term = _this.$route.query.Term
|
|
|
_this.Class = _this.$route.query.Class
|
|
|
+ this.getTeacherList()
|
|
|
+ let params = {
|
|
|
+ _currentPage: 1,
|
|
|
+ _size: 9999,
|
|
|
+ }
|
|
|
+ this.getRoomList(params)
|
|
|
this.doRefresh()
|
|
|
},
|
|
|
methods: {
|