2 lines
851 B
JavaScript
2 lines
851 B
JavaScript
var u=(e,a,s)=>new Promise((g,o)=>{var c=r=>{try{p(s.next(r))}catch(n){o(n)}},i=r=>{try{p(s.throw(r))}catch(n){o(n)}},p=r=>r.done?g(r.value):Promise.resolve(r.value).then(c,i);p((s=s.apply(e,a)).next())});import{aq as t}from"./bootstrap-CRjSNGHY.js";function b(e){return u(this,null,function*(){return t.get("/bpm/user-group/page",{params:e})})}function f(e){return u(this,null,function*(){return t.get(`/bpm/user-group/get?id=${e}`)})}function l(e){return u(this,null,function*(){return t.post("/bpm/user-group/create",e)})}function y(e){return u(this,null,function*(){return t.put("/bpm/user-group/update",e)})}function G(e){return u(this,null,function*(){return t.delete(`/bpm/user-group/delete?id=${e}`)})}function U(){return u(this,null,function*(){return t.get("/bpm/user-group/simple-list")})}export{b as a,f as b,l as c,G as d,U as g,y as u};
|