From 576f282437e388a8ef69908393388b64ad20ff6c Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 14 Dec 2021 19:07:01 +0800 Subject: [PATCH] init --- src/views/Statistics/ReceptionOverview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue index 3c9710d..073c252 100644 --- a/src/views/Statistics/ReceptionOverview.vue +++ b/src/views/Statistics/ReceptionOverview.vue @@ -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;