feat: 带查询参数的导出
This commit is contained in:
@@ -153,7 +153,13 @@ function handleMultiDelete() {
|
||||
<Space>
|
||||
<a-button
|
||||
v-access:code="['system:post:export']"
|
||||
@click="downloadExcel(postExport, '岗位信息数据', {})"
|
||||
@click="
|
||||
downloadExcel(
|
||||
postExport,
|
||||
'岗位信息数据',
|
||||
tableApi.formApi.form.values,
|
||||
)
|
||||
"
|
||||
>
|
||||
{{ $t('pages.common.export') }}
|
||||
</a-button>
|
||||
|
Reference in New Issue
Block a user