diff --git a/src/views/task/execution/components/runDetailPage/runPagecomponent/resultData.vue b/src/views/task/execution/components/runDetailPage/runPagecomponent/resultData.vue index 52b00978..f71e7641 100644 --- a/src/views/task/execution/components/runDetailPage/runPagecomponent/resultData.vue +++ b/src/views/task/execution/components/runDetailPage/runPagecomponent/resultData.vue @@ -548,7 +548,7 @@ const getRunInfoDirsFun = async () => { showPage.value = false; const res: any = await queryRunDirApi({ uuid: runInfo.value.uuid, - size: 10, + size: 999, current: 1, }); if (res && res.code === 200) {