From 6c61d432fddaa0fad317635bdea39094cde07633 Mon Sep 17 00:00:00 2001 From: bluejay <253316343@qq.com> Date: 星期五, 11 四月 2025 13:28:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/api/partPlan/plan.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/api/partPlan/plan.js b/src/api/partPlan/plan.js index 7aff9fc..426cc3b 100644 --- a/src/api/partPlan/plan.js +++ b/src/api/partPlan/plan.js @@ -42,3 +42,21 @@ method: 'delete' }) } + +// 鏌ヨ闆朵欢璁″垝绠$悊鍒楄〃 +export function examplePlan(query) { + return request({ + url: '/aps/partPlanTemp/list', + method: 'get', + params: query + }) +} + +// 鏌ヨ闆朵欢璁″垝绠$悊鍒楄〃 +export function confirmPart(data) { + return request({ + url: '/aps/partPlan/confirmPart', + method: 'post', + data: data + }) +} \ No newline at end of file -- Gitblit v1.9.3