From 3a5cfd1d789c40843aae44fcb84c53070e083822 Mon Sep 17 00:00:00 2001 From: zyh <2066096076@qq.com> Date: Mon, 4 Aug 2025 09:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E7=BE=8A=E5=8F=AA=E7=9A=84?= =?UTF-8?q?=E5=88=A0=E9=99=A4/=E6=9C=AA=E5=88=A0=E9=99=A4=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/produce/manage_sheep/transition_info/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/produce/manage_sheep/transition_info/index.vue b/src/views/produce/manage_sheep/transition_info/index.vue index 7538b49..51c4fd2 100644 --- a/src/views/produce/manage_sheep/transition_info/index.vue +++ b/src/views/produce/manage_sheep/transition_info/index.vue @@ -374,7 +374,7 @@ async function loadSheepInfo() { const { data: sheepData } = await checkSheepByManageTags(tag.trim()); if (!sheepData) { validResults.push(false); - proxy.$modal.msgError(`耳号 ${tag} 不存在`); + proxy.$modal.msgError(`耳号 ${tag} 不存在或已删除`); continue; }