This commit is contained in:
闫晓茹 2023-04-25 09:25:22 +08:00
parent c87c2967f9
commit fd172e22ab

View File

@ -23,6 +23,15 @@ export function selectTrainingParent(query) {
params: query
})
}
// 修改上下架
export function updateTrainingShelfFlag(data) {
return request({
url: '/system/trainingItem/updateTrainingShelfFlag',
method: 'post',
data: data
})
}
// 查询学习培训项目信息详细
export function getTrainingItem(id) {