Ver código fonte

init

newStyle
lancer 2 anos atrás
pai
commit
576f282437
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/views/Statistics/ReceptionOverview.vue

+ 1
- 0
src/views/Statistics/ReceptionOverview.vue Ver arquivo

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


Carregando…
Cancelar
Salvar