From 14d85c7bbb839a4a5f542bf2e67ac8380202af3b Mon Sep 17 00:00:00 2001 From: zyk Date: Sat, 7 Mar 2026 18:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/embryodetail/embryodetail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()