讲师管理bug

This commit is contained in:
zhangsir
2024-11-15 11:15:41 +08:00
parent 04a39f7f27
commit 2a0b51d6a2
3 changed files with 72 additions and 44 deletions

View File

@@ -82,4 +82,4 @@ 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')
export const getAllLevelList = () => http.get('/admin/system/getAllLevelList')