修改
This commit is contained in:
parent
c87c2967f9
commit
fd172e22ab
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user