update:仿真结果查询算例下文件夹的size修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user