bingbo
2023-11-27 75c292340b20e71e30af074e3919e9b2d8d50d5b
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),
}