修复问题

This commit is contained in:
zyk
2026-03-07 18:45:16 +08:00
parent 191ea111f7
commit 14d85c7bbb

View File

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