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

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

 

posted @ 2020-07-28 18:30  猩猩侠  阅读(470)  评论(0编辑  收藏  举报