This commit is contained in:
caozehui
2025-03-14 14:45:39 +08:00
parent 7caa4a5303
commit c892410b07
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});
}
/**