修改检测脚本页面

This commit is contained in:
GGJ
2025-02-13 16:15:26 +08:00
parent 475d236b7e
commit 1e83172e9a
13 changed files with 990 additions and 873 deletions

View File

@@ -23,11 +23,11 @@ export const getFormData = (params: {
* @param params
*/
export const getTreeData = (params: {
scriptId: string,
devId: string,
devNum: string,
scriptType: string | null,
code: number,
scriptId?: string,
devId?: string,
devNum?: string,
scriptType?: string | null,
code?: number,
}) => {
return http.post<CheckData.TreeItem[]>("/result/treeData/", params, {loading: true});
}