From a3d6d3a29143a89e5a7f10caf60aa960194df9c7 Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Mon, 16 Oct 2023 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_contractor_single_process.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/sunVillage_info/list_contractor_single_process.vue b/src/views/sunVillage_info/list_contractor_single_process.vue index d05455d3..1687e72c 100644 --- a/src/views/sunVillage_info/list_contractor_single_process.vue +++ b/src/views/sunVillage_info/list_contractor_single_process.vue @@ -201,7 +201,7 @@ this.$notify({type: 'success', message: '签字成功'}); this.showForm2 = true; this.form = r1.data; - this.$router.push({name:'sunVillageInfoListContractor'}) + this.$router.push({path:'/sunVillage_info/list_contractor',query:{sqStatus:true}}); }) // let param = new FormData() // 创建form对象 // param.append('file', wj) // 通过append向form对象添加数据