施工产值
This commit is contained in:
@ -119,6 +119,18 @@ export const workScheduleList = (query: workScheduleListQuery): AxiosPromise<wor
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* 获取进度计划详细详细信息
|
||||
* @param params
|
||||
*/
|
||||
export const workScheduleListDetail = (id: string): AxiosPromise<any> => {
|
||||
return request({
|
||||
url: '/progress/progressPlanDetail/list',
|
||||
method: 'get',
|
||||
params: { progressCategoryId: id }
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* 获取进度类别坐标信息
|
||||
* @param params
|
||||
|
Reference in New Issue
Block a user