feige
2023-04-24 0a042073bb1583e1d0935470f62233c353962b27
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}
//   })
// }