From c2d0570a5e65ffce166422cec99a8cc56706499e Mon Sep 17 00:00:00 2001 From: yangzijiao Date: Tue, 27 Jul 2021 10:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/details.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index ab7f62f3e..b868827c8 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -628,7 +628,7 @@ export default { name: "OtherStandardDetails", params: { id: data.id, - pageType: data.sarType + pageType: data.standType } }); window.open(routeUrl.href, "_blank"); @@ -660,10 +660,10 @@ export default { // changeState(row) { let routeUrl = this.$router.resolve({ - name: "ComplianceDetails", + name: "OtherStandardDetails", query: { - sarId: row.resId, - sarType: row.sarState + id: data.id, + pageType: this.standType } }); window.open(routeUrl.href, "_blank");