update 工作组、起草组批量新增成员单位完善
This commit is contained in:
@@ -157,6 +157,8 @@ const memberCopy = (params) => getAction('', params)
|
||||
|
||||
// 工作组成员维护-调账
|
||||
const workingGroupEditAccount = (param) => getAction('/project/payWorkingGroupSubitem/editAccount', param)
|
||||
// 获取所有起草组项目
|
||||
const getAllDraftProjects = (params) => getAction('/drafting/payDraftingGroup/listAll', params)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
@@ -239,5 +241,6 @@ export {
|
||||
memberDrawTicket,
|
||||
memberCopy,
|
||||
|
||||
workingGroupEditAccount
|
||||
workingGroupEditAccount,
|
||||
getAllDraftProjects
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user