From 9cf27cf09dbf8e78ab39693941a0987ec6934dc9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 28 May 2026 08:52:53 +0800
Subject: [PATCH] 修改
---
src/api/qualityObjectives/object.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/api/qualityObjectives/object.js b/src/api/qualityObjectives/object.js
index 53cffa4..fadf536 100644
--- a/src/api/qualityObjectives/object.js
+++ b/src/api/qualityObjectives/object.js
@@ -48,4 +48,10 @@
})
}
-
+export function copyObject(params) {
+ return request({
+ url: '/quality-target/policy/copyQuality',
+ method: 'get',
+ params: params
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.2