feat:参数修改

This commit is contained in:
zhongzm
2025-04-16 10:28:49 +08:00
parent b9f540f1ee
commit 64072af7ad

View File

@@ -447,7 +447,7 @@ function fnRecordExport(type: string = 'txt') {
const neId = queryParams.neId;
if (!neId) return;
const hide = message.loading(t('common.loading'), 0);
exportUDMAuth({ type: type, neId: neId, usernames: tableState.selectedRowKeys })
exportUDMAuth({ type: type, neId: neId, userNames: tableState.selectedRowKeys })
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success(t('common.msgSuccess', { msg: t('common.export') }), 3);