|
@@ -1999,7 +1999,7 @@ export function zoneQuery(param,success) {
|
|
|
}
|
|
|
//查询分区对象轮廓线
|
|
|
export function zoneQueryOutline(param,success) {
|
|
|
- let url = `${baseUrl}/datacenter/object/zone/query`
|
|
|
+ let url = `${baseUrl}/datacenter/object/zone/query-outline`
|
|
|
http.postJson(url,param,success)
|
|
|
}
|
|
|
//更新分区对象轮廓线
|