ruoyi-ui/src/api/device/index.js
@@ -63,6 +63,14 @@
    responseType: 'blob'
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/zfEquipment/importData',
    method: 'post',
    data: data
  })
}
// //拿到类别
// export function getCategory()