1 |
- import{r as e}from"./index.144928e4.js";const r="/api/system/dept/";function a(t){return e({url:r,method:"get",params:t})}function n(t){return e({url:r,method:"post",data:t})}function u(t){return e({url:r+t.id+"/",method:"put",data:t})}function d(t){return e({url:r+t+"/",method:"delete"})}function s(t){return e({url:r,method:"get",params:t})}function p(t){return e({url:r+"move_up/",method:"post",data:t})}function m(t){return e({url:r+"move_down/",method:"post",data:t})}export{n as A,d as D,a as G,u as U,m as a,p as d,s as l};
|