主题整合周计划及明细

This commit is contained in:
paidaxing444
2020-08-26 13:52:35 +08:00
parent 5d804c69f8
commit a9e3c5209b
9 changed files with 655 additions and 14 deletions

View File

@ -43,6 +43,14 @@ export function delWeekplan(id) {
})
}
// 提交主题整合学期计划
export function checkWeekplan(id) {
return request({
url: '/benyi/themeweekplan/check/' + id,
method: 'post'
})
}
// 导出主题整合周计划(根据月计划明细)
export function exportWeekplan(query) {
return request({