From fb832b63e292b833e925396d90c79bfff5ecb2e9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 17:02:58 +0800 Subject: [PATCH] 29758 --- src/apps/AppHelpDeclaration/list.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() },