Browse Source

init

newStyle
lancer 2 years ago
parent
commit
90ed816e3b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/Statistics/ReceptionOverview.vue

+ 1
- 1
src/views/Statistics/ReceptionOverview.vue View File

@@ -327,7 +327,7 @@ export default {
this.$api.api this.$api.api
.findHouseByUser({ .findHouseByUser({
orgType: localStorage.getItem("orgType"), orgType: localStorage.getItem("orgType"),
orgTypeName:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':''
houseTypes:localStorage.getItem("orgType")==2||localStorage.getItem("orgType")==3?'0,3':''
}) })
.then((res) => { .then((res) => {
this.houseList = res.data; this.houseList = res.data;


Loading…
Cancel
Save