兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-30 012e70c7e42809442308104496f12a444e8a08c1
src/api/workflow/task/index.ts
@@ -226,3 +226,15 @@
    method: 'get'
  });
};
/**
 * 委托任务
 * @returns
 */
export const delegateTask = (data: any) => {
  return request({
    url: `/workflow/task/delegateTask`,
    method: 'post',
    data: data
  });
};