src/api/projectPlan/index.js
@@ -75,4 +75,31 @@ method: 'post', data: data }) } } // 延期 export function delayPlanInfo(data) { return request({ url: '/api/project-plan-info/delayPlanInfo', method: 'post', data: data }) } // 获得上级批复 export function getDepartmentApproval(id) { return request({ url: '/api/project-plan-examine-record/departmentApproval/' + id, method: 'get' }) } // 计划日志 export function getPlanLog(id) { return request({ url: '/api/project-plan-examine-record/planLog/' + id, method: 'get' }) }