@@ -104,6 +104,7 @@ export default {
dialogVisible: false,
checkedTimes: [],
Teachers: [],
+ TimeList: [],
formdata: {
Id: '',
CourseId: '',
@@ -209,7 +209,6 @@ export default {
.then(res => {
_this.loading = false
this.TeacherList = res
- this.initData()
})
.catch(err => {
console.error(err)