新增教研室和教员的时候,同步创建部门和教员账号
This commit is contained in:
@@ -100,3 +100,16 @@ export function endPublishTeachingTask(bh) {
|
||||
params: { bh }
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出教学任务书 Excel(该任务下全部教研室任务书课程明细)
|
||||
* GET /teachingTask/exportTaskBook?bh=
|
||||
*/
|
||||
export function exportTaskBook(bh) {
|
||||
return request({
|
||||
url: '/teachingTask/exportTaskBook',
|
||||
method: 'get',
|
||||
params: { bh },
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user