6.28 党建攻坚第二版
This commit is contained in:
@ -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 },
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user