判断羊只的删除/未删除状态

This commit is contained in:
zyh 2025-08-04 09:18:17 +08:00
parent 035b675506
commit 3a5cfd1d78

View File

@ -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;
}