From 3e60c5060d204e59246dc0be8ac3370a3610deb2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 17 Jul 2025 17:11:23 +0800
Subject: [PATCH] feat:工作台接口对接
---
src/api/home/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index b970b5a..c5c1d1a 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -114,4 +114,12 @@
method: 'post',
data,
})
+}
+// 任务成果
+export const gettaskOutcomApi = data => {
+ return request({
+ url: `/blade-resource/attach/getManageAttachTypeStatistics`,
+ method: 'post',
+ data,
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3