"use strict";const t=require("../uni_modules/uview-plus/index.js");exports.disposeUser=(s,e)=>t.http.post(`/registration/completeTask/${e}`,s,{custom:{auth:!0}}),exports.getCompanyTip=()=>t.http.post("/registration/getNext",{},{custom:{auth:!0}}),exports.getUserList=s=>t.http.get("/system/user/otherEmployee",{params:s,custom:{auth:!0}}),exports.listDept=s=>t.http.get("/system/dept/list",{params:s,custom:{auth:!0}}),exports.queryDefeatContent=s=>t.http.get("/registration/monitor/getComment",{params:s,custom:{auth:!0}}),exports.queryDeprecatedList=s=>t.http.get("/registration/monitor/listDeprecated",{params:s,custom:{auth:!0}}),exports.queryEndedList=s=>t.http.get("/registration/monitor/listEnded",{params:s,custom:{auth:!0}}),exports.queryMyList=s=>t.http.get("/registration/mylist",{params:s,custom:{auth:!0}}),exports.queryOngoingList=s=>t.http.get("/registration/monitor/listOngoing",{params:s,custom:{auth:!0}}),exports.queryProcessedList=s=>t.http.get("/registration/monitor/listProcessed",{params:s,custom:{auth:!0}}),exports.queryResult=s=>t.http.get("/registration/monitor/getResult",{params:s,custom:{auth:!0}}),exports.transfer=(s,e)=>t.http.post(`/registratiom/transferTask/${e}`,s,{custom:{auth:!0}});