src/api/projectPlan/index.js
@@ -94,6 +94,15 @@ }) } // 回复上级批复 export function replyDepartmentApproval(data) { return request({ url: '/api/project-plan-examine-record/replyDepartmentApproval', method: 'post', data: data }) } // 计划日志 export function getPlanLog(id) { return request({ @@ -103,3 +112,4 @@ }