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 })