From 7e2445e59ae0f5aaa39b9b8c1fbdf32ed080f5c7 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 03 一月 2025 10:09:21 +0800 Subject: [PATCH] 流程推进页面设置前端缓存,实际处理人展示逻辑调整 --- src/api/projectEngineering/projectInfo.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/projectEngineering/projectInfo.js b/src/api/projectEngineering/projectInfo.js index 1afcc70..c78ede9 100644 --- a/src/api/projectEngineering/projectInfo.js +++ b/src/api/projectEngineering/projectInfo.js @@ -65,3 +65,11 @@ }) } +// 缂栬緫鏂板椤圭洰 +export function editProject(data) { + return request({ + url: '/project/info/editProject', + method: 'post', + data: data + }) +} -- Gitblit v1.8.0