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/scenario.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/selfProblems/scenario.js b/src/api/selfProblems/scenario.js
index f103ea6..f42fe78 100644
--- a/src/api/selfProblems/scenario.js
+++ b/src/api/selfProblems/scenario.js
@@ -33,4 +33,11 @@
})
}
-
+//复制
+export function copyScenario(data) {
+ return request({
+ url: '/internal/audit/plan/copy',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.2