排班优化加上一键复制功能,营养知识列表、视频列表加上创建时间

This commit is contained in:
xiezhijun
2021-05-14 18:38:25 +08:00
parent 8c2ab96881
commit 85f362e775
13 changed files with 242 additions and 14 deletions

View File

@ -61,3 +61,14 @@ export function updateLiveStatus(data) {
params: data
})
}
// 复制上次直播记录
export function copyLastTimeLiveSchedul() {
return request({
url: '/custom/liveSchedul/copyLastTimeLiveSchedul',
method: 'get',
params: {}
})
}