提交代码
parent
a29d861b3e
commit
1d9c332b61
|
@ -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{
|
export default{
|
||||||
groupByCategory,
|
groupByCategory,
|
||||||
|
@ -95,5 +102,6 @@ export default{
|
||||||
groupByProject,
|
groupByProject,
|
||||||
findSafetyWorkList,
|
findSafetyWorkList,
|
||||||
findFormDatasByProcInsId,
|
findFormDatasByProcInsId,
|
||||||
listByCategory
|
listByCategory,
|
||||||
|
findFlowLabourGroupCountByApprove
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue