From 58c722ab3a6471d5da034a2805526f5228099a6b Mon Sep 17 00:00:00 2001 From: stt Date: Mon, 20 Oct 2025 15:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=BC=B9=E7=AA=97=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E5=8E=BB=E6=8E=89loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SagTraceResult_WX/components/eventStatistics/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/SagTraceResult_WX/components/eventStatistics/index.vue b/src/views/SagTraceResult_WX/components/eventStatistics/index.vue index 0290818..18bbf7d 100644 --- a/src/views/SagTraceResult_WX/components/eventStatistics/index.vue +++ b/src/views/SagTraceResult_WX/components/eventStatistics/index.vue @@ -925,6 +925,7 @@ const initialResponsibilityList = () => { .catch((error) => { traceabilityTableData.value = []; defaultCurrentRowKey.value = null; + loading.value = false; }); };