|
@@ -1969,17 +1969,6 @@ export function zoneCreate(param,success) {
|
|
|
http.postJson(url,param,success)
|
|
|
}
|
|
|
|
|
|
-//跟据id删除分区对象
|
|
|
-export function zoneDelete(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/delete`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
-
|
|
|
-//更新分区对象信息
|
|
|
-export function handleZoneUpdate(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/update`
|
|
|
- http.postJson(url,param,success)
|
|
|
-}
|
|
|
//查询空间信息
|
|
|
export function searchZoneQuery(param,success) {
|
|
|
let url = `${baseUrl}/datacenter/object/zone/query`
|