[feat][V]:对接实验室获取接口

master
Romesum 5 years ago
parent 9df32f5cba
commit 9affebdbbd

@ -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>

Loading…
Cancel
Save