diff --git a/project/fengdu/app/AppResidentIntegrating/components/List.vue b/project/fengdu/app/AppResidentIntegrating/components/List.vue index 8b0ed226..e8dd3012 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/List.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/List.vue @@ -149,7 +149,9 @@ created() { this.search.areaId = this.user.info.areaId - this.getList() + this.dict.load('integralCalcType').then(() => { + this.getList() + }) }, methods: {