调整js顺序没有解决,最后增加NoConflict解决,注意红色部分

 function initorgcharts() {
     var $jq = jQuery.noConflict(true);
     orgchart = jQuery('#chart-container').orgchart({
     'data': datascource,
     'nodeContent': 'title',
     'verticalDepth': 3,
     'depth': 4
    });
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2021-04-05
  • 2021-11-25
  • 2022-01-29
  • 2022-03-06
  • 2022-12-23
相关资源
相似解决方案