优化单据显示,自适应
This commit is contained in:
@@ -3820,13 +3820,13 @@
|
||||
})(jQuery);
|
||||
|
||||
/*
|
||||
* 扩展方法 ThinkGem
|
||||
* 扩展方法 jishenghua
|
||||
*/
|
||||
(function($){
|
||||
$.extend(true, $.fn.zTree, {
|
||||
/**
|
||||
* 根据级别展开节点(如果级别设置为-1,则:如果有1个根节点,则展开一级节点,否则不展开)
|
||||
* ThinkGem 2018-3-7
|
||||
* jishenghua 2018-3-7
|
||||
*/
|
||||
expandNodeByLevel: function(tree, expandLevel){
|
||||
if (!tree){
|
||||
|
||||
Reference in New Issue
Block a user