| | |
| | | return response.data; |
| | | } |
| | | |
| | | // 查询孙胡沟避险场所 |
| | | export async function getSafePoint() { |
| | | // 查询北京市避险场所 |
| | | export async function getSafePoint(data) { |
| | | const response = await axios.get("/hp/safeHavenLocation/getDataSelect", { |
| | | params: { |
| | | divisionId: 110116110218 |
| | | divisionId: data |
| | | } |
| | | }); |
| | | return response.data; |
| | | } |
| | | // 110116110218 |
| | | |
| | | |
| | | |
| | | // 查询北京市 |
| | | export async function getAllCode() { |
| | |
| | | } |
| | | }); |
| | | return response.data; |
| | | } |
| | | |
| | | // 监测设备中关联的隐患点的具体信息 |
| | | export async function hdByDevice(data) { |
| | | const response = await axios.get("/hp/sinoDzHiddenDangerPoint/getDetail", { |
| | | params: { |
| | | unifiedCode: data |
| | | } |
| | | }); |
| | | return response.data; |
| | | } |