From 4e94f50e54271f1be793a9f417cf7e7cc4a13df5 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 07 May 2026 10:04:12 +0800
Subject: [PATCH] 增加年份查询

---
 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