|
@@ -50,8 +50,8 @@ let selectFBObject = {
|
|
|
|
|
|
showData:function(){
|
|
|
let budgetType = projectObj.project.property.budgetType||commonConstants.BudgetType.BUILDING;
|
|
|
- this.showBillLibTree();
|
|
|
- //this.showRationTree();
|
|
|
+ this.showRationTree();
|
|
|
+ //this.showBillLibTree();
|
|
|
/* if(budgetType===commonConstants.BudgetType.BUILDING){//建筑安装工程显示清单树 显示定额章节树
|
|
|
this.showRationTree();
|
|
|
}else{//城市轨道交通工程 显示分部
|