判断羊只的删除/未删除状态
This commit is contained in:
parent
035b675506
commit
3a5cfd1d78
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user