'修改supManager首页bug'

master
aiyadc 5 years ago
parent ce8ffdc3db
commit f21a5a8cb4

@ -39,7 +39,7 @@
},
{
name: '审核', func: () => {
this.$router.push('/supManager/index/check')
this.$router.push('/supManager/index/supCheck')
}
}
]

@ -382,17 +382,17 @@
async mounted() {
// this.courseOption = get('',this.u_id) //id
//
this.courseOption = [{
year: '1819',
semester: '2',
uc_id: '12345677',
name: '软件工程',
software: 'Webstorm',
classes: '6班',
population: '41',
isHaveDocuments: '1',
remind: '无',
}]
// this.courseOption = [{
// year: '1819',
// semester: '2',
// uc_id: '12345677',
// name: '',
// software: 'Webstorm',
// classes: '6',
// population: '41',
// isHaveDocuments: '1',
// remind: '',
// }]
this.tableData = await get('/lb/lab/getLabList')
this.user = await get('lb/user/getUserInfo')
await this.loadCourse()

Loading…
Cancel
Save