人才培养方案新增下拉框

This commit is contained in:
2026-09-16 09:28:16 +08:00
parent b05c4d33db
commit bbf54c26a3
6 changed files with 84 additions and 9 deletions
@@ -94,6 +94,18 @@ export function downloadTrainingProgramTemplate() {
})
}
/**
* 教学管理机构下拉选项
* GET /training/teaching-organizations
* 返回:[{ bh, mc }]
*/
export function listTeachingOrganizations() {
return request({
url: '/training/teaching-organizations',
method: 'get'
})
}
/**
* 导入培养方案 Excelmultipart,字段名 file
* POST /training/import