兰宝车间质量管理系统-前端
LiuHao
2024-04-15 1fbc5afe75516b3d6d08c7dbeb2d47642d7ce30d
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
  });
};