|
@@ -77,7 +77,7 @@ export function businessSpaceAll(param) {
|
|
|
let ProjectId = localStorage.getItem("projectId")
|
|
|
return fetch({
|
|
|
method: 'POST',
|
|
|
- url: `/api/datacenter/relation-calc/${relation_type}${zone_type ? +'/' + zone_type : ''}`,
|
|
|
+ url: `/api/datacenter/relation-calc/${relation_type}?objectTypes=${zone_type ? '/' +zone_type : ''}`,
|
|
|
data: proId,
|
|
|
headers: {'ProjectId': ProjectId, 'Comming': 'adm', 'Account': userName}
|
|
|
})
|