fix: UDM数据导出提示信息,导出总数

This commit is contained in:
TsMask
2025-09-12 17:08:07 +08:00
parent 05d59ec526
commit 83a289492d
6 changed files with 17 additions and 9 deletions

View File

@@ -875,6 +875,8 @@ function fnExportList(type: string) {
const neId = queryParams.neId;
if (!neId) return;
const hide = message.loading(t('common.loading'), 0);
queryParams.pageNum = 1;
queryParams.pageSize = tablePagination.total;
exportUDMSub(Object.assign({ type: type }, queryParams))
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {