fix:导出加载条显示异常,下载参数

This commit is contained in:
秋帆
2024-04-10 23:05:09 +08:00
parent 7885e351a0
commit 5869c34abb
6 changed files with 11 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ const columns: TableInstance['columns'] = [
]
//导出登录日志
const onExportFile = ()=>{
useDownload(exportLog,'',queryForm)
useDownload(()=>exportLog(queryForm))
}
const queryForm = reactive({
module: '登录',

View File

@@ -111,7 +111,7 @@ const columns: TableInstance['columns'] = [
]
//导出操作日志
const onExportFile = ()=>{
useDownload(exportOperateLog,'',queryForm)
useDownload(()=>exportOperateLog(queryForm))
}
const queryForm = reactive({
description: undefined,