From 53bea7299499b0601ebd0dbd4a2e6659fc6bd88d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 14 May 2024 19:12:44 +0800
Subject: [PATCH] 详情和调整,维护基金的
---
src/api/publicSecurity/keynoteManage.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/publicSecurity/keynoteManage.js b/src/api/publicSecurity/keynoteManage.js
index 735e2af..18a2f32 100644
--- a/src/api/publicSecurity/keynoteManage.js
+++ b/src/api/publicSecurity/keynoteManage.js
@@ -6,4 +6,13 @@
method: "post",
data
})
+}
+
+// 列表详情
+export const getTaskPlaceSelfCheckInfo = (params) => {
+ return request({
+ url: "/api/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/getInfo",
+ method: "get",
+ params
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3