联调数据清洗页面 绘制终端运行评价页面

This commit is contained in:
GGJ
2025-04-03 16:08:47 +08:00
parent 3c84c41d35
commit 69aece65c1
34 changed files with 3005 additions and 2337 deletions

View File

@@ -12,3 +12,11 @@ export function dictDataCache() {
url: '/system-boot/dictType/dictDataCache'
})
}
//查询所有类型大类节点
export function queryFirstNode(params: any) {
return createAxios({
url: '/system-boot/dictTree/queryFirstNode',
method: 'get',
params
})
}