shishuaikang
2023-12-08 e7b2d57cbbfc66b614251c83d4239be6d5c31524
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),
}