This commit is contained in:
2026-02-11 17:34:01 +08:00

View File

@@ -7,6 +7,7 @@
:export-api="exportPerformanceApi"
showCheckbox
hidePagination
:data="performanceData"
:actionList="showLeftOptions ? actionList : []"
:export-params="excelParams"
:full-height="fullHeight"
@@ -52,6 +53,7 @@
<BaseTable
tableName="TASK_RUN_PERFORMANCE"
ref="baseTableRef"
:data="performanceData"
:export-file-name="'指标列表'"
:export-api="exportPerformanceApi"
showCheckbox
@@ -178,10 +180,6 @@ const getTaskPerformanceDataFun = async () => {
completeStatus,
};
});
if (baseTableRef.value) {
baseTableRef.value.setDataFun(performanceData.value);
}
}
};