设备管理修改

This commit is contained in:
仲么了
2024-01-09 16:45:29 +08:00
parent fcbf724b95
commit 1c00172869
5 changed files with 168 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
import createAxios from '@/utils/request'
// 更新组和指标关系
export function updateGroArr(data: any) {
return createAxios({
url: '/cs-device-boot/csGroArr/updateGroArr',
method: 'POST',
data
})
}