linwenling
2023-08-13 e38f6d08af8b36f4c394257c5ebcdc4f111cde7e
ruoyi-ui/src/api/healthy/index.js
@@ -12,12 +12,12 @@
}
// // 根据id查询所有家庭设备详细信息
export function getHealthInfo(id) {
// // 根据id查询详细信息
export function getHealthInfo(queryParameters) {
  return request({
    url: '/zYearInfo/' + id,
    url: '/zYearInfo' ,
    method: 'get',
    params: queryParameters
  })
}
@@ -63,7 +63,7 @@
    responseType: 'blob'
  })
}
//上传文件
//导入
export function enload(data) {
  return request({
    url: '/zYearInfo/importData',