lancer 3 роки тому
джерело
коміт
4d845543b8
2 змінених файлів з 3 додано та 2 видалено
  1. +1
    -0
      src/views/Statistics/dataScreeAge.vue
  2. +2
    -2
      src/views/Statistics/houseDataSys.vue

+ 1
- 0
src/views/Statistics/dataScreeAge.vue Переглянути файл

@@ -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;


+ 2
- 2
src/views/Statistics/houseDataSys.vue Переглянути файл

@@ -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>


Завантаження…
Відмінити
Зберегти