联调 前置管理页面

This commit is contained in:
GGJ
2025-04-29 15:59:23 +08:00
parent 503398d050
commit dabb960d09
6 changed files with 46 additions and 8 deletions

View File

@@ -158,3 +158,11 @@ export function nodeDeviceTree(data: any) {
params: data
})
}
//更新设备进程号
export function updateDeviceProcess(data: any) {
return createAxios({
url: '/device-boot/nodeDevice/updateDeviceProcess',
method: 'post',
data
})
}