From f263f053d8638badc1ab889b5540732119e86bdd Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Thu, 23 Dec 2021 14:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E5=85=A5=E5=90=88=E5=90=8C=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=8C=89=E9=92=AE=E5=8F=AF=E4=BB=A5=E8=B0=83=E5=9B=9E?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../revenueContract/modules/RevenueContractModule.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue b/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue index e08fd13..ed2e7ba 100644 --- a/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue +++ b/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue @@ -596,6 +596,9 @@ export default { // 清除选中联系人相关信息 this.selectedContact = null } + this.$router.push({ + path: '/contractManagement/RevenueContractList' + }) }, installmentFormOk(value) { this.installmentList = value.installmentList