From 23878881a152d457e1b98f78dc872255576e2f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 20 Mar 2022 21:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmContract/XmContractMng.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/xm/core/xmContract/XmContractMng.vue b/src/views/xm/core/xmContract/XmContractMng.vue index e1118e7c..67000244 100644 --- a/src/views/xm/core/xmContract/XmContractMng.vue +++ b/src/views/xm/core/xmContract/XmContractMng.vue @@ -44,9 +44,9 @@ {{scope.row.assigneeName}}  {{scope.row.commentMsg}} - + @@ -212,7 +212,7 @@ showAdd: function () { this.addFormVisible = true; var htRoutePath="/oa/"+process.env.VERSION+"/#/oa/ht/contractCard/ContractCardMng"; - window.open(htRoutePath, row.htName,null,true); + window.open(htRoutePath, "合同管理",null,true); NProgress.done() // if current page is login will not trigger afterEach hook, so manually handle it }, afterAddSubmit(){