feat: 带查询参数的导出

This commit is contained in:
dap
2024-10-07 17:11:08 +08:00
parent 0f31c8df57
commit 81e2fa856a
11 changed files with 77 additions and 11 deletions

View File

@@ -151,7 +151,13 @@ async function handleDelete() {
</a-button>
<a-button
v-access:code="['monitor:operlog:export']"
@click="downloadExcel(operLogExport, '操作日志', {})"
@click="
downloadExcel(
operLogExport,
'操作日志',
tableApi.formApi.form.values,
)
"
>
{{ $t('pages.common.export') }}
</a-button>