班组的排班日历

This commit is contained in:
JinLu.Yin
2022-06-11 22:25:19 +08:00
parent 47d476825d
commit bd50c6f429
4 changed files with 223 additions and 30 deletions

View File

@@ -9,6 +9,14 @@ export function listTeam(query) {
})
}
// 查询班组列表
export function listAllTeam() {
return request({
url: '/mes/cal/team/listAll',
method: 'get'
})
}
// 查询班组详细
export function getTeam(teamId) {
return request({