diff --git a/src/views/embryodetail/embryodetail/index.vue b/src/views/embryodetail/embryodetail/index.vue index 944aec1..dc1dc75 100644 --- a/src/views/embryodetail/embryodetail/index.vue +++ b/src/views/embryodetail/embryodetail/index.vue @@ -360,7 +360,7 @@ import { listFlush, getFlush, delFlush, addFlush, updateFlush, // 注意:listBreedRecord 来自配种记录 API,需要在该 API 文件中导出此函数 // 参考路径: @/api/produce/breed/breedRecord // 若路径不同,请自行调整 -import { listBreedRecord } from "@/api/produce/breed/breedRecord" +import { listBreeding_records } from "@/api/Breeding_records/Breeding_records" const { proxy } = getCurrentInstance()