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