兰宝车间质量管理系统-前端
NicholasLD
2024-04-17 b444f2b8e2c9f4ea8d95227657f1850c91c20005
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
  });
};