From 1d73ab177f9a4e0846a14e533bc833d2f69c441a Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 09 Apr 2024 11:26:40 +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