|
@@ -84,7 +84,8 @@ export function getVisualization({
|
|
|
export function groupByCategory({
|
|
|
getParams
|
|
|
}) {
|
|
|
- return httputils.getJson(`/serve/topology-wanda/graphRelation/groupByCategory`, getParams)
|
|
|
+ // return httputils.getJson(`/serve/topology-wanda/graphRelation/groupByCategory`, getParams)
|
|
|
+ return httputils.getJson(`/serve/topology-wanda/graphElement/groupByInfoSystem`, getParams)
|
|
|
}
|
|
|
// 图例搜索
|
|
|
export function graphElementSearch({
|