|
|
@@ -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); |
|
|
|
} |