feat:参数修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user