fix:修复上传附件的BUG

This commit is contained in:
lifei6671
2018-08-29 10:22:08 +08:00
parent 6e24bbca99
commit d005dc6680
4 changed files with 4 additions and 1 deletions

View File

@@ -322,7 +322,7 @@ $(function () {
}
}
}
}).on('loaded.jstree', function () {
}).on('ready.jstree', function () {
window.treeCatalog = $(this).jstree();
//如果没有选中节点则选中默认节点
openLastSelectedNode();