From 36d430922c4a6f4c77db56e74a7ccee9a7af06a5 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期三, 22 十一月 2023 11:12:35 +0800
Subject: [PATCH] 20231122_qiuyh_修改钢筋笼打印制作人

---
 xcx/api/module/robeSystem.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/xcx/api/module/robeSystem.js b/xcx/api/module/robeSystem.js
index b53579a..0ca76ce 100644
--- a/xcx/api/module/robeSystem.js
+++ b/xcx/api/module/robeSystem.js
@@ -287,4 +287,7 @@
 	//隐患举报详情
 	detailsHiddenInfo: (params) =>
 		axios.get('/secure/hiddendanger/selectInfo?id='+params),
+	//审核隐患举报
+	  checkHiddenInfo: (params) =>
+		axios.post('/secure/hiddendanger/examine', params),
 }
\ No newline at end of file

--
Gitblit v1.9.3