Browse Source

Merge branch 'dev' into test

shibei_master
jianjun 4 years ago
parent
commit
8a0e4566ee
  1. 4
      src/views/modules/visual/heart/index.vue

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

Loading…
Cancel
Save