班组bug
This commit is contained in:
@@ -26,6 +26,13 @@ export function getGroup(id) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
// 检查更新-生产班组
|
||||
export function updateIsProduction(id) {
|
||||
return request({
|
||||
url: '/base/group-team/updateIsProduction?id=' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获得班组基础信息分页
|
||||
export function getGroupPage(query) {
|
||||
|
||||
Reference in New Issue
Block a user