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