From 04ec35d6716a16290bc4e31d7991ea994eca5d8f Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 21 Jul 2022 09:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=9C=AA=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpDeclaration/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index f0474394..5a81d020 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -71,7 +71,7 @@ export default { ...mapState(['user']) }, onShow() { - this.$dict.load('helpDeclarationReason').then(() => { + this.$dict.load('helpDeclarationReason', 'helpDeclarationStatus').then(() => { this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({ label: item.dictName, value: item.dictValue