Browse Source

去掉多余接口

shibei_master
jianjun 4 years ago
parent
commit
185b83ebda
  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", name: "heart",
data() { data() {
return { return {
agencyId: "", agencyId: this.$store.state.user.agencyId,
areaCode: "", areaCode: "",
monthId: "", monthId: "",
@ -194,7 +194,7 @@ export default {
handleSearch() {}, handleSearch() {},
async getApiData() { async getApiData() {
await this.getAgencyInfo(); //await this.getAgencyInfo();
this.getTb1(); this.getTb1();
this.getTb2(); this.getTb2();
this.getTb3(); this.getTb3();

Loading…
Cancel
Save