Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
576f282437
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/views/Statistics/ReceptionOverview.vue

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

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


Cargando…
Cancelar
Guardar