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

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

@@ -510,7 +510,12 @@ function handleDelete(row) {
//导出
function handleExport() {
proxy.download('/produce/other/castrate/export', { ...queryParams.value }, `castrate_${new Date().getTime()}.xlsx`)
queryParams.value.ids = ids.value;
try {
proxy.download('/produce/other/castrate/export', { ...queryParams.value }, `去势记录${Date.now()}.xlsx`);
} finally {
queryParams.value.ids = null;
}
}
// 获取技术员列表岗位编码techs
const fetchTechnicalList = () => {