新增羊只时的羊只类型,各页面导出功能需求,改品种功能的原品种回显需求,完成

This commit is contained in:
zyh
2026-03-01 14:14:30 +08:00
parent f05ab75821
commit 6ade881750
14 changed files with 162 additions and 73 deletions

View File

@@ -476,9 +476,12 @@ function handleDelete(row) {
/** 导出按钮操作 */
function handleExport() {
proxy.download('changeEar/changeEar/export', {
...queryParams.value
}, `changeEar_${new Date().getTime()}.xlsx`)
queryParams.value.ids = ids.value;
try {
proxy.download('changeEar/changeEar/export', { ...queryParams.value }, `改耳号记录${Date.now()}.xlsx`);
} finally {
queryParams.value.ids = null;
}
}
//加载羊舍数据