From c075491ade4a0e2a5645097693ddd8b711e3d5d8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 18:30:02 +0800 Subject: [PATCH] 26528 --- src/apps/AppVillageDiscuss/Detail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index 86d40821..e2bd0d03 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -307,7 +307,10 @@ export default { .then((res) => { if (res?.code == 0) { this.$u.toast('结束公示成功!') - this.getDetail() + + setTimeout(() => { + this.getDetail() + }, 600) } }) })