go.js:获取节点连线内容

e.subject.part.findLinksInto().each(function (node) {
        console.log(node.data);
        that.myDiagram.model.setDataProperty(node.data, "prevSeqId", 1);
      });

猜你喜欢

转载自www.cnblogs.com/xxzb/p/13392977.html