工作组项目管理;资料群组维护

This commit is contained in:
zhaoxiao
2021-09-01 17:52:41 +08:00
parent bc7b52b90b
commit cff0c93cf8
7 changed files with 221 additions and 181 deletions
+7
View File
@@ -0,0 +1,7 @@
import { getAction } from '@api/manage'
const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/queryById', params)
export {
getWorkingGroupById
}