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;