luohairen
2024-11-28 c09e46ade0e6dc4851c286962a60e20259ccbdad
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 @@
}