From 304640eda6bfadd32c57cf6f354c138949db4447 Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Fri, 8 Sep 2023 14:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E5=8C=85=E5=90=88=E5=90=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_cbht.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/sunVillage_info/list_cbht.vue b/src/views/sunVillage_info/list_cbht.vue index ddcf628b..e1db8bd8 100644 --- a/src/views/sunVillage_info/list_cbht.vue +++ b/src/views/sunVillage_info/list_cbht.vue @@ -305,7 +305,13 @@ this.$toast({ icon: 'success', message: '归档完成', - duration: "1000" + duration: "1000", + onClose: () => { + this.queryParams.pageNum = 1; + this.finished = false; + this.applicationList = []; + this.getList(); + } }); } });