|
@@ -147,13 +147,16 @@ getBuilding(event){
|
|
|
this.buildings.splice(0, 0 , {
|
|
|
id: 'all',
|
|
|
building_name:'أختار اسم المبنى'
|
|
|
+
|
|
|
},
|
|
|
);
|
|
|
if(x > 0)
|
|
|
this.isBuildingType= true;
|
|
|
|
|
|
console.log(this.building_id , this.building_type_id , this.housing_complex_id);
|
|
|
-
|
|
|
+ if(this.fristReport || this.secondReport || this.thirdReport){
|
|
|
+ this.showSearchBtn = true;
|
|
|
+ }
|
|
|
|
|
|
},
|
|
|
err =>{
|