产值计划
This commit is contained in:
@ -61,3 +61,13 @@ export const delConstructionSchedulePlan = (id: string | number | Array<string |
|
||||
method: 'delete'
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 获取项目结构
|
||||
* @param id
|
||||
*/
|
||||
export const getProjectStructure = (id: string | number | Array<string | number>) => {
|
||||
return request({
|
||||
url: '/project/project/projectStructure/' + id,
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user