yz3456
2024-07-31 cd5df9d3ae0ad22cd658ad6472926f4c67346004
ruoyi-ui/src/api/pet/index.js
@@ -115,9 +115,9 @@
  })
}
//导入
export function enload(data,pid) {
export function enload(pid,data) {
  return request({
    url: '/zfPetNote/importData/' + pid,
    url: '/family/zfPetNote/importData/' + pid,
    method: 'post',
    data: data
  })