From 4c418e2a4322a71638bfb08a61361f6745dfc658 Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Thu, 29 Oct 2020 11:07:06 +0800 Subject: [PATCH] =?UTF-8?q?assignenWork=E5=87=BD=E6=95=B0=E7=AE=80?= =?UTF-8?q?=E5=8D=95=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/project.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/services/project.js b/src/services/project.js index ceb65429..3777b51f 100644 --- a/src/services/project.js +++ b/src/services/project.js @@ -22,4 +22,11 @@ export async function QueryProjectInfoByProjId(projId){ export async function EditProject(proj){ const res = await fetchApi('project/EditProject',proj) return wrapErrorHint(res); +} +/** + * 项目工作指派assignedWork + */ +export async function AssignedWork(params) { + const res = await fetchApi('project/assignedWork', params); + return wrapErrorHint(res); } \ No newline at end of file