From 4ff19be136a616ec7bac6b62d669888b67ab99aa Mon Sep 17 00:00:00 2001 From: liuminjian <517059477@qq.com> Date: Thu, 29 Dec 2022 18:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=9F=E8=AE=A1=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/statistical_report_edit.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/sunVillage_info/statistical_report_edit.vue b/src/views/sunVillage_info/statistical_report_edit.vue index 4c940c13..c196ed22 100644 --- a/src/views/sunVillage_info/statistical_report_edit.vue +++ b/src/views/sunVillage_info/statistical_report_edit.vue @@ -408,8 +408,11 @@ export default { message:'保存成功!', type: 'success' }); - + setTimeout(()=>{ + this.$router.push('/sunVillage_info/statistical_report') + },1500) } + }) }, typeDeclarationClick(){