|
|
@ -301,7 +301,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//钩子函数,生命周期mouted
|
|
|
|
//钩子函数,生命周期mouted
|
|
|
|
mounted() {
|
|
|
|
async mounted() {
|
|
|
|
this.courseOption = get('',this.u_id) //发送教师id,返回该教师课程管理中所有的课程信息,是一个数组
|
|
|
|
this.courseOption = get('',this.u_id) //发送教师id,返回该教师课程管理中所有的课程信息,是一个数组
|
|
|
|
//测试数据
|
|
|
|
//测试数据
|
|
|
|
this.courseOption=[{
|
|
|
|
this.courseOption=[{
|
|
|
@ -319,7 +319,7 @@
|
|
|
|
console.log('this is mouted')
|
|
|
|
console.log('this is mouted')
|
|
|
|
console.log(this.$refs.weekSelection)
|
|
|
|
console.log(this.$refs.weekSelection)
|
|
|
|
var d = new Date()
|
|
|
|
var d = new Date()
|
|
|
|
|
|
|
|
this.tableData = await get('/lb/lab/getLabList')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|