From 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web 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