From 4d5264ead8c96c78c9928e22fc66b0af190ed180 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Fri, 08 May 2026 11:06:42 +0800
Subject: [PATCH] 修改loading
---
src/api/selfProblems/plan.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/selfProblems/plan.js b/src/api/selfProblems/plan.js
index ad9c05b..c3a1875 100644
--- a/src/api/selfProblems/plan.js
+++ b/src/api/selfProblems/plan.js
@@ -33,4 +33,13 @@
})
}
+//复制
+export function copyPlan(data) {
+ return request({
+ url: '/internal/audit/carry/copy',
+ method: 'get',
+ params: data
+ })
+}
+
--
Gitblit v1.9.2