fix: cdr/ue导出操作事件重发判断

This commit is contained in:
TsMask
2025-08-28 16:15:26 +08:00
parent d8c9bbc775
commit bdfad20dd5
11 changed files with 11 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ function fnExportList() {
title: t('common.tipTitle'),
content: t('views.dashboard.cdr.exportTip'),
onOk() {
modalState.confirmLoading = true;
const hide = message.loading(t('common.loading'), 0);
const querys = toRaw(queryParams);
querys.pageSize = 1_000_0000;