This commit is contained in:
caozehui
2025-01-02 20:27:36 +08:00
parent 410cd53e51
commit 8a5bcca901
3 changed files with 220 additions and 134 deletions

View File

@@ -24,9 +24,9 @@ export const getFormData = (params: {
export const getTreeData = (params: {
scriptId: string,
deviceId: string,
chnNum: string,
devNum: string,
scriptType: string | null,
flag: number
code: string
}) => {
return http.post("/result/treeData/", params, {loading: false});
}