讲师管理bug

This commit is contained in:
zhangsir
2024-11-14 20:44:26 +08:00
parent 28bb396a6b
commit 51b0e75fe3
5 changed files with 35 additions and 28 deletions

View File

@@ -81,4 +81,5 @@ export const submitApproval = (obj) => http.post('/admin/expenseBill/submitAppro
export const isConfirm = (obj) => http.post('/admin/expenseBill/isConfirm',obj)
//培训发生组织根节点列表
export const parentList = () => http.get('/admin/affiliation/parentList')
//讲师级别获取
export const getAllLevelList = () => http.get(' /admin/system/getAllLevelList')