新增羊只时的羊只类型,各页面导出功能需求,改品种功能的原品种回显需求,完成
This commit is contained in:
@@ -569,11 +569,13 @@ function handleDelete(row) {
|
||||
|
||||
/** 导出按钮操作 */
|
||||
function handleExport() {
|
||||
proxy.download('body_measure/body_measure/export', {
|
||||
...queryParams.value
|
||||
}, `body_measure_${new Date().getTime()}.xlsx`)
|
||||
queryParams.value.ids = ids.value;
|
||||
try {
|
||||
proxy.download('body_measure/body_measure/export', { ...queryParams.value }, `体尺测量记录${Date.now()}.xlsx`);
|
||||
} finally {
|
||||
queryParams.value.ids = null;
|
||||
}
|
||||
}
|
||||
|
||||
//加载羊舍数据
|
||||
const sheepfoldOptions = ref([])
|
||||
function getSheepfoldOptions() {
|
||||
|
||||
Reference in New Issue
Block a user