This commit is contained in:
GGJ
2025-03-14 15:03:45 +08:00
2 changed files with 31 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ export const getTreeData = (params: {
scriptType?: string | null,
code?: string,
}) => {
return http.post<CheckData.TreeItem[]>("/result/treeData/", params, {loading: true});
return http.post<CheckData.TreeItem[]>("/result/treeData/", params, {loading: false});
}
/**