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