From 9d6053d8c5f175a90ee569f1c8fdbd89be5729c3 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 04 Feb 2024 13:22:35 +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 d23290c..d04f43d 100644
--- a/api/reporting/reporting.js
+++ b/api/reporting/reporting.js
@@ -187,4 +187,24 @@
 		method: 'POST',
 		data: data
 	})
+}
+
+//消防自查
+export const savePlaceCheck = (data) => {
+	return http.request({
+		url: '/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/saveTwo',
+		method: 'POST',
+		data: data
+	})
+}
+
+//消防自查详情
+export const getPlaceCheckDetail = (params) => {
+	return http.request({
+		url: '/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/getInfo',
+		method: 'get',
+		params: {
+			...params
+		}
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3