[update] 工作组、分标委文字修改;分标委添加简称;理事会增删改查

This commit is contained in:
zhaoxiao
2021-12-13 15:07:49 +08:00
parent 7f4b59a823
commit 5f0a106ffc
8 changed files with 740 additions and 41 deletions
+5 -1
View File
@@ -89,6 +89,9 @@ const getAllRevenueContract = (param) => getAction('/contract/payIncomeContract/
// 打印获取邮寄联系人信息接口,传票据邮寄列表id
const getPrintPostContactByMailId = (param) => getAction('/mail/payMailBill/print', param)
// 全所统计--通过部门code查所有人员
const getUserByDepartCode = (param) => getAction('/statistics/allProjectStatistics/listForUserByOrgCode', param)
export {
getWorkingGroupById,
getChargeNotice,
@@ -133,5 +136,6 @@ export {
aduitExpenditureContract,
archiveExpenditureContract,
getAllRevenueContract,
getPrintPostContactByMailId
getPrintPostContactByMailId,
getUserByDepartCode
}