From 185b83ebda57050575c7d085a7ecd74d002bd9d7 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 23 Dec 2021 14:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index d19a3ad1..a818c773 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -85,7 +85,7 @@ export default { name: "heart", data() { return { - agencyId: "", + agencyId: this.$store.state.user.agencyId, areaCode: "", monthId: "", @@ -194,7 +194,7 @@ export default { handleSearch() {}, async getApiData() { - await this.getAgencyInfo(); + //await this.getAgencyInfo(); this.getTb1(); this.getTb2(); this.getTb3();