diff --git a/frontend/src/views/case-management/caseManagementFeature/components/caseTable.vue b/frontend/src/views/case-management/caseManagementFeature/components/caseTable.vue index 76073f3c60..52b735ee20 100644 --- a/frontend/src/views/case-management/caseManagementFeature/components/caseTable.vue +++ b/frontend/src/views/case-management/caseManagementFeature/components/caseTable.vue @@ -1217,6 +1217,7 @@ exportLoading.value = true; const { selectedIds, selectAll, excludeIds } = batchParams.value; reportId.value = getGenerateId(); + startWebsocketGetExportResult(); const params = { projectId: currentProjectId.value, selectIds: selectAll ? [] : selectedIds, @@ -1243,7 +1244,6 @@ res = await exportXMindCase(params); } taskId.value = res; - startWebsocketGetExportResult(); showExportingMessage(); exportLoading.value = false; showExportVisible.value = false;