Authored by chenchao

tabtree init

@@ -610,7 +610,7 @@ var conditionEdit={ @@ -610,7 +610,7 @@ var conditionEdit={
610 //页面元素渲染出来后加载 610 //页面元素渲染出来后加载
611 var suffixIndex=pNodeIndex+"_"+curNodeIndex; 611 var suffixIndex=pNodeIndex+"_"+curNodeIndex;
612 var _sortTree = new common.tabTree("#sortTree"+"_"+suffixIndex); 612 var _sortTree = new common.tabTree("#sortTree"+"_"+suffixIndex);
613 - 613 + _sortTree.init();
614 _g.sortTree[suffixIndex]=_sortTree; 614 _g.sortTree[suffixIndex]=_sortTree;
615 break; 615 break;
616 case condition_type_list[0].child[_g.base_conf.productIndex].child[_g.base_conf.product_brand_index].name || "condition_product_brand": 616 case condition_type_list[0].child[_g.base_conf.productIndex].child[_g.base_conf.product_brand_index].name || "condition_product_brand":