6.28 党建攻坚第二版

This commit is contained in:
jl-zhoujl2
2022-06-28 16:48:36 +08:00
parent 39fc4276ec
commit 918c790b06
24 changed files with 415 additions and 387 deletions

View File

@ -6,4 +6,12 @@ export async function getMemberList(params: any) {
method: 'GET',
params: params
});
}
//党员列表模糊查询
export async function memberListSearch(data: any) {
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/partyMember/paramQuery', {
method: 'POST',
data: { ...data },
});
}