联调 前置管理页面
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user