林火综合应急信息管理系统前端
guoshilong
2023-03-06 85cec9a000cae214496feaea25f71c66f5663c2a
src/api/fireSupplement/fireSupplement.js
File was renamed from src/views/fireSupplement/fireSupplement.js
@@ -12,12 +12,12 @@
  })
}
export const getDetail = (id) => {
export const getDetail = (fireId) => {
  return request({
    url: '/api/blade-fireSupplement/fireSupplement/detail',
    method: 'get',
    params: {
      id
      fireId
    }
  })
}