From e5ce2ebb021ca7ea965e5884d2e02fc5e06ce649 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 28 Aug 2025 16:09:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cdr/ue=E5=AF=BC=E5=87=BA=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=90=8E=E9=94=81=E5=AE=9A=E6=8C=89=E9=92=AE=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E9=98=B2=E9=87=8D=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/amfUE/index.vue | 1 + src/views/dashboard/imsCDR/index.vue | 1 + src/views/dashboard/mmeUE/index.vue | 1 + src/views/dashboard/sgwcCDR/index.vue | 1 + src/views/dashboard/smfCDR/index.vue | 1 + src/views/dashboard/smscCDR/index.vue | 1 + 6 files changed, 6 insertions(+) diff --git a/src/views/dashboard/amfUE/index.vue b/src/views/dashboard/amfUE/index.vue index 5d6a5cba..4edc10c3 100644 --- a/src/views/dashboard/amfUE/index.vue +++ b/src/views/dashboard/amfUE/index.vue @@ -339,6 +339,7 @@ function fnExportList() { title: t('common.tipTitle'), content: t('views.dashboard.ue.exportTip'), onOk() { + modalState.confirmLoading = true; const hide = message.loading(t('common.loading'), 0); const querys = toRaw(queryParams); querys.pageSize = 10000; diff --git a/src/views/dashboard/imsCDR/index.vue b/src/views/dashboard/imsCDR/index.vue index 61eb8983..c9a64dd5 100644 --- a/src/views/dashboard/imsCDR/index.vue +++ b/src/views/dashboard/imsCDR/index.vue @@ -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; diff --git a/src/views/dashboard/mmeUE/index.vue b/src/views/dashboard/mmeUE/index.vue index d98431df..3d848803 100644 --- a/src/views/dashboard/mmeUE/index.vue +++ b/src/views/dashboard/mmeUE/index.vue @@ -341,6 +341,7 @@ function fnExportList() { title: t('common.tipTitle'), content: t('views.dashboard.ue.exportTip'), onOk() { + modalState.confirmLoading = true; const hide = message.loading(t('common.loading'), 0); const querys = toRaw(queryParams); querys.pageSize = 10000; diff --git a/src/views/dashboard/sgwcCDR/index.vue b/src/views/dashboard/sgwcCDR/index.vue index a1f4cd3f..b00a849e 100644 --- a/src/views/dashboard/sgwcCDR/index.vue +++ b/src/views/dashboard/sgwcCDR/index.vue @@ -378,6 +378,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; diff --git a/src/views/dashboard/smfCDR/index.vue b/src/views/dashboard/smfCDR/index.vue index 222e1b47..28975ea6 100644 --- a/src/views/dashboard/smfCDR/index.vue +++ b/src/views/dashboard/smfCDR/index.vue @@ -405,6 +405,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; diff --git a/src/views/dashboard/smscCDR/index.vue b/src/views/dashboard/smscCDR/index.vue index 9b3d034e..cac8d744 100644 --- a/src/views/dashboard/smscCDR/index.vue +++ b/src/views/dashboard/smscCDR/index.vue @@ -372,6 +372,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;