From e31ced26f9d2b8bfead9d968afadbd1a57ed5b68 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Apr 2023 18:06:51 +0800 Subject: [PATCH] bug --- project/fengdu/app/AppResidentIntegrating/components/List.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: {