|
@@ -414,14 +414,15 @@
|
|
|
this.indexArr.push(F);
|
|
|
this.indexHouseBaseIdArr.push(houseBaseId)
|
|
|
this.indexHouseNameArr.push(name)
|
|
|
- this.opens.push(true)
|
|
|
+ this.opens.push(false)
|
|
|
} else {
|
|
|
this.indexArr.push('');
|
|
|
this.indexHouseNameArr.push('')
|
|
|
- this.opens.push(true)
|
|
|
+ this.opens.push(false)
|
|
|
}
|
|
|
}
|
|
|
- this.leftData = res.data.data;
|
|
|
+ this.leftData = res.data.data;
|
|
|
+ if(this.opens.length) this.opens[0] = true;
|
|
|
}
|
|
|
})
|
|
|
},
|