update:仿真结果查询算例下文件夹的size修改

This commit is contained in:
2026-02-28 17:57:06 +08:00
parent efea21d7fb
commit ab3e2fa304

View File

@@ -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) {