$('#tt').tree({ url: "/Operation/AsyncTreeIndex", checkbox: true, lines: true, });
可以异步加载树,但是第一次加载展开不了,再点击一次才能展开树,并且报了一个js错误,
cannot call methods on draggable prior to initialization; attempted to call,还没实例化就调用了,初始化顺序有问题,不知道什么原因造成的。
自己解决了,引用了两次easyui的js文件。