'修改supManager首页bug'

master
aiyadc 5 years ago
parent ce8ffdc3db
commit f21a5a8cb4

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

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

Loading…
Cancel
Save