$('#ddlCategory').combotree({
url: '/credit/GetCredit_CategoryList',
editable: false, //不可编辑状态
cache: false,
valueField: 'id',
textField: 'text',
onLoadSuccess: function () {
$("#ddlCategory").combotree('tree').tree("collapseAll");
}
});

相关文章:

  • 2021-12-18
  • 2021-12-15
  • 2021-05-18
  • 2021-12-29
  • 2021-06-19
  • 2021-10-07
  • 2021-12-11
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2021-08-22
  • 2021-10-15
  • 2021-06-27
  • 2021-11-08
  • 2022-12-23
  • 2021-10-21
相关资源
相似解决方案