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();