From 80cd0d5cc25176c3efe771aa40a7150c75331953 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期三, 27 十一月 2024 00:10:27 +0800 Subject: [PATCH] 上级批复,计划日志展示 --- src/api/projectPlan/index.js | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/src/api/projectPlan/index.js b/src/api/projectPlan/index.js index 7ff6872..ee2ce79 100644 --- a/src/api/projectPlan/index.js +++ b/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' + }) +} + + -- Gitblit v1.8.0