工作组成员维护校验来款方式

This commit is contained in:
zhaoxiao
2021-09-03 09:17:45 +08:00
parent 2532e76532
commit 1e92478cad
2 changed files with 20 additions and 6 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import { getAction } from '@api/manage'
const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/queryById', params)
// 判断工作组成员是否设置来款通知
const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param)
export {
getWorkingGroupById
getWorkingGroupById,
getChargeNotice
}