This commit is contained in:
fooperage
2023-02-13 23:45:58 +08:00
parent 603a4aa255
commit ef1898c613
8 changed files with 1218 additions and 1362 deletions

View File

@@ -4,8 +4,7 @@ import http from "./config";
* 1
*/
//获取受众信息
export const getAudienceInfoApi = (obj) =>
http.post("/admin/orgStruct/getAudienceInfo", obj);
// export const getAudienceInfoApi = (obj) => http.post("/admin/orgStruct/getAudienceInfo", obj);
//获取员工信息
export const getMemberInfoApi = (obj) =>
http.post("/admin/orgStruct/getMemberInfo", obj);