提交代码

prv
姜玉琦 2024-04-21 21:48:22 +08:00
parent a29d861b3e
commit 1d9c332b61
2 changed files with 1904 additions and 1382 deletions

View File

@ -84,6 +84,13 @@ const findFormDatasByProcInsId=(procInsId)=> {
})
}
const findFlowLabourGroupCountByApprove=(deptId,projectId)=> {
return request({
url: `bgscreen/flow/findFlowLabourGroupCountByApprove?projectId=${projectId}&deptId=${deptId}`,
method: 'get'
})
}
export default{
groupByCategory,
@ -95,5 +102,6 @@ export default{
groupByProject,
findSafetyWorkList,
findFormDatasByProcInsId,
listByCategory
listByCategory,
findFlowLabourGroupCountByApprove
}

File diff suppressed because it is too large Load Diff