feat: 客户人员审核

This commit is contained in:
wangzhuo
2025-08-20 15:04:02 +08:00
parent 1fda9c6500
commit ed827b09af
12 changed files with 1145 additions and 141 deletions

View File

@@ -42,4 +42,13 @@ export function SearchForAllPerson(params){
url: '/app/appCrmCusUserNewController/SearchForAllPerson',
data: params
},{isTransformResponse: false})
}
// 客户人员新增审核列表
export function getCusUserApprovalList(params) {
return request.get({
url: '/app/appCrmCusUserNewController/getCusUserApprovalList',
data: params
}, {isTransformResponse: false}
)
}