@riil-frontend/component-topology 11.0.24 → 11.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ import ElementTagTipConfig from "./tagstips/ElementTagTipConfig";
24
24
  import SelectionModel from "./SelectionModel";
25
25
  import CiCache from "./cache/CiCache"; // eslint-disable-next-line no-undef
26
26
 
27
- var version = typeof "11.0.24" === 'string' ? "11.0.24" : null;
27
+ var version = typeof "11.0.26" === 'string' ? "11.0.26" : null;
28
28
  console.info("\u62D3\u6251\u7248\u672C: " + version);
29
29
  /**
30
30
  * 拓扑显示和编辑
@@ -106,7 +106,7 @@ function _saveTopo() {
106
106
  return topoService.bindResourceToTopo(topoId, {
107
107
  groups: groupInfo,
108
108
  linkIps: linkIps,
109
- exportLinkIdList: exportLinkIdList,
109
+ // exportLinkIdList,
110
110
  relateTopoIdList: relateTopoIdList
111
111
  });
112
112
 
@@ -258,7 +258,7 @@ export default function (topoApp) {
258
258
  id: rootState.topoMod.topoId,
259
259
  resources: resources,
260
260
  groups: groups,
261
- exportLinkIdList: exportLinkIdList,
261
+ // exportLinkIdList,
262
262
  ipNodes: ipNodes
263
263
  };
264
264
  _context2.next = 5;