From 48a1f3a23b12b8c78cfaa77de9528c96ff57769f Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:43 +0800
Subject: [PATCH] 提交气柜管路负载统计页面全部
---
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