终端检测重新发起

This commit is contained in:
zhujiyan
2024-06-03 15:49:04 +08:00
parent 6c0d7e3d0d
commit 041acae264
5 changed files with 90 additions and 125 deletions

View File

@@ -15,6 +15,17 @@ export const addTerminalFormData = (data: any) => {
})
}
/**
* 编辑终端信息表单数据(重新发起)
*/
export const updateTerminalFormData = (data: any) => {
return createAxios({
url: '/supervision-boot/deVReport/update',
method: 'POST',
data: data
})
}
/**
* 获取关联设备列表
*/