From e98927815d4db1289d89cb34cf44972c55abb480 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 29 Apr 2026 13:01:48 +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