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); - } } };