fix: cdr/ue导出操作后锁定按钮事件防重发

This commit is contained in:
TsMask
2025-08-28 16:09:45 +08:00
parent 3da786f6b9
commit e5ce2ebb02
6 changed files with 6 additions and 0 deletions

View File

@@ -408,6 +408,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 = 10000;