From c6a73c5e57efe12e106ac0d0ce58a08b7b4da84d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 5 Jul 2022 17:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8?= 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 624adc6d..f0474394 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('helpDeclarationStatus').then(() => { + this.$dict.load('helpDeclarationReason').then(() => { this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({ label: item.dictName, value: item.dictValue