排班优化加上一键复制功能,营养知识列表、视频列表加上创建时间
This commit is contained in:
@ -61,3 +61,14 @@ export function updateLiveStatus(data) {
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
// 复制上次直播记录
|
||||
export function copyLastTimeLiveSchedul() {
|
||||
return request({
|
||||
url: '/custom/liveSchedul/copyLastTimeLiveSchedul',
|
||||
method: 'get',
|
||||
params: {}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user