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) } }) })