From 15d1bccc579b840a978943db9a0cfa6cafabdbb8 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 8 Sep 2022 14:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=AF=BC=E5=87=BA=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=EF=BC=9B=E5=AF=B9=E5=A4=96=E6=8A=A5=E5=91=8A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=88=97=E8=A1=A8=E7=BC=A9=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/dialog/historicalVersion.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/dialog/historicalVersion.vue b/jero-web/src/views/projectManagement/dialog/historicalVersion.vue index 02ac90a58..e97f96fd8 100644 --- a/jero-web/src/views/projectManagement/dialog/historicalVersion.vue +++ b/jero-web/src/views/projectManagement/dialog/historicalVersion.vue @@ -103,7 +103,9 @@ export default { editArea(val) { let newUrl = this.$router.resolve({ path: '/ParameterItemCollection', - query: {it: val} + query: {it: val, + ...this.historicalRow + } }) window.open(newUrl.href, '_blank') }