端口池管理增加编辑功能,支持修改端口池所属分组

This commit is contained in:
aoshiguchen
2023-03-25 19:07:38 +08:00
parent 43967bc23e
commit 3f014418e1
7 changed files with 77 additions and 27 deletions
+8
View File
@@ -43,6 +43,14 @@ export function createPortPool(data) {
})
}
export function updatePortPool(data) {
return request({
url: '/port-pool/update',
method: 'post',
data
})
}
export function deletePortPool(id) {
return request({
url: '/port-pool/delete',