From 7ab4656f2b5a6afc8ac5ab1b828a5ce7b6a8a537 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 06 Feb 2024 17:34:09 +0800
Subject: [PATCH] 更新
---
api/reporting/reporting.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/api/reporting/reporting.js b/api/reporting/reporting.js
index d04f43d..a650d55 100644
--- a/api/reporting/reporting.js
+++ b/api/reporting/reporting.js
@@ -207,4 +207,24 @@
...params
}
})
+}
+
+//消防自查列表
+export const getPlaceCheckList = (params) => {
+ return http.request({
+ url: '/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/page',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
+
+//消防自查审核
+export const auditPlaceCheck = (data) => {
+ return http.request({
+ url: '/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/updateTaskPlaceSelfCheck',
+ method: 'POST',
+ data: data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3