2 lines
907 B
JavaScript
Raw Permalink Normal View History

2025-06-02 21:34:56 +08:00
import{Z as t}from"./index-C-c3zR6K.js";function a(a){return t({url:"/flowable/task/todoList",method:"get",params:a})}function e(a){return t({url:"/flowable/task/complete",method:"post",data:a})}function o(a){return t({url:"/flowable/task/delegate",method:"post",data:a})}function r(a){return t({url:"/flowable/task/return",method:"post",data:a})}function l(a){return t({url:"/flowable/task/reject",method:"post",data:a})}function n(a){return t({url:"/flowable/task/returnList",method:"post",data:a})}function s(a){return t({url:"/flowable/task/nextFlowNode",method:"post",data:a})}function u(a){return t({url:"/flowable/task/nextFlowNodeByStart",method:"post",data:a})}function d(a){return t({url:"/flowable/task/delete",data:{taskId:a},method:"delete"})}function f(a){return t({url:"/flowable/task/flowTaskForm",method:"get",params:a})}export{s as a,n as b,e as c,o as d,l as e,f,u as g,d as h,r,a as t};