微调
This commit is contained in:
@@ -29,7 +29,7 @@ export const getTreeData = (params: {
|
||||
scriptType: string | null,
|
||||
code: string
|
||||
}) => {
|
||||
return http.post<CheckData.ScriptItem[]>("/result/treeData/", params, {loading: true});
|
||||
return http.post<CheckData.TreeItem[]>("/result/treeData/", params, {loading: true});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user