From d46a4b1d0f71b5e60a38da891bb7fe2064633cf7 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 28 Jan 2024 10:29:35 +0800
Subject: [PATCH] 更新

---
 api/reporting/reporting.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/api/reporting/reporting.js b/api/reporting/reporting.js
index a4e99d3..d23290c 100644
--- a/api/reporting/reporting.js
+++ b/api/reporting/reporting.js
@@ -178,4 +178,13 @@
 		method: 'POST',
 		data: data
 	})
+}
+
+//添加隐患上报
+export const saveDangerReporting = (data) => {
+	return http.request({
+		url: '/blade-hiddenDangerRecord/hiddenDangerRecord/add',
+		method: 'POST',
+		data: data
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3