移除指定的依赖链接
gantt.addLink({ id:1, source:1, target:2, type:1 }); gantt.deleteLink(1);
此方法会触发 onBeforeLinkDelete 和 onAfterLinkDelete 事件。