From cfc9c36c35db1d05ef2aa533bcece07440f7dea9 Mon Sep 17 00:00:00 2001 From: dongzhihuan Date: Wed, 11 Feb 2026 16:55:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=80=A7=E8=83=BD=E6=8C=87=E6=A0=87ta?= =?UTF-8?q?b=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=88=87=E6=8D=A2=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/taskDetail/taskPerformance.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/taskDetail/taskPerformance.vue b/src/components/taskDetail/taskPerformance.vue index 5414ac8..3a841a8 100644 --- a/src/components/taskDetail/taskPerformance.vue +++ b/src/components/taskDetail/taskPerformance.vue @@ -7,6 +7,7 @@ :export-api="exportPerformanceApi" showCheckbox hidePagination + :data="performanceData" :actionList="showLeftOptions ? actionList : []" :export-params="excelParams" :full-height="fullHeight" @@ -52,6 +53,7 @@ { completeStatus, }; }); - - if (baseTableRef.value) { - baseTableRef.value.setDataFun(performanceData.value); - } } };