@@ -365,6 +365,7 @@ export default { | |||||
this.$api.api | this.$api.api | ||||
.findMyOrg({ | .findMyOrg({ | ||||
orgType: localStorage.getItem("orgType"), | orgType: localStorage.getItem("orgType"), | ||||
agentId: localStorage.getItem('agentId'), | |||||
}) | }) | ||||
.then((res) => { | .then((res) => { | ||||
this.houseList = res.data; | this.houseList = res.data; | ||||
@@ -163,7 +163,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="grid-content" @click="secondChange('2')" style="height:auto;cursor: pointer;"> | |||||
<!-- <div class="grid-content" @click="secondChange('2')" style="height:auto;cursor: pointer;"> | |||||
<div class="text1" :class="{ tophovese: secindex == 2 }"> | <div class="text1" :class="{ tophovese: secindex == 2 }"> | ||||
服务期内楼盘数 | 服务期内楼盘数 | ||||
</div> | </div> | ||||
@@ -178,7 +178,7 @@ | |||||
{{compare2.houseQofEnough||0}} | {{compare2.houseQofEnough||0}} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | |||||
</div> --> | |||||
</div> | </div> | ||||
<div id="main"></div> | <div id="main"></div> | ||||
</div> | </div> | ||||