ruoyi-ui/src/api/bignote/index.js
@@ -62,6 +62,14 @@
    responseType: 'blob'
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/family/zfEvent/importData',
    method: 'post',
    data: data
  })
}
// //拿到类别
// export function getCategory()
@@ -72,5 +80,3 @@
//     params: {'id':22}
//   })
// }