linwenling
2023-10-22 cf948b62048be5f217623cc31a0d6d2680c72476
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}
//   })
// }