甘特图 API事件onBeforeBatchUpdate页面内容onBeforeBatchUpdate Description 在 batchUpdate 方法执行之前触发 onBeforeBatchUpdate: () => void;Examplegantt.attachEvent("onBeforeBatchUpdate", function(){ // 在这里编写你的代码});Related API batchUpdate onAfterBatchUpdate Change log 4.0 版本新增