diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 4c5b75ec..2b7b0c0b 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -77,9 +77,9 @@ export default { value: item.dictValue })) this.riskList.unshift({label: "全部", value: ""}) - uni.$on('update', () => { - this.getList() - }) + }) + uni.$on('update', () => { + this.getList() }) this.getList() },