Browse Source

init

newStyle
lancer 2 years ago
parent
commit
4d845543b8
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      src/views/Statistics/dataScreeAge.vue
  2. +2
    -2
      src/views/Statistics/houseDataSys.vue

+ 1
- 0
src/views/Statistics/dataScreeAge.vue View File

@@ -365,6 +365,7 @@ export default {
this.$api.api
.findMyOrg({
orgType: localStorage.getItem("orgType"),
agentId: localStorage.getItem('agentId'),
})
.then((res) => {
this.houseList = res.data;


+ 2
- 2
src/views/Statistics/houseDataSys.vue View File

@@ -163,7 +163,7 @@
</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>
@@ -178,7 +178,7 @@
{{compare2.houseQofEnough||0}}
</div>
</div>
</div>
</div> -->
</div>
<div id="main"></div>
</div>


Loading…
Cancel
Save