api.BtLEzBMr.js 554 B

1
  1. import{r as a}from"./index.DXluV3p1.js";const e="/api/system/approval/workflow/",o="/api/system/approval/workflow_step/";function p(t){return a({url:e,method:"get",params:t})}function u(t){return a({url:e,method:"post",data:t})}function n(t,r){return a({url:"/api/system/approval/workflow_step/"+t+"/",method:"put",data:r})}function d(t){return a({url:e+t+"/",method:"delete",data:{id:t}})}function i(t){return a({url:o,method:"post",data:t})}function l(t,r){return a({url:o+t+"/",method:"put",data:r})}export{u as A,d as D,p as G,n as U,l as a,i as b};