From 8144afcc7be1d8eec2f5e8ac7f5175bef3e95c5d Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 15 May 2023 19:40:39 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=A4=96=E9=93=BE=E6=89=93=E5=BC=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/reportlist.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/report/reportlist.vue b/src/views/report/reportlist.vue index 8d779d05..23175a68 100644 --- a/src/views/report/reportlist.vue +++ b/src/views/report/reportlist.vue @@ -26,7 +26,7 @@ 设计 @@ -114,14 +114,10 @@ export default { }, methods: { handlePreview(name) { - this.$router.push({ - path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}`, - }); + window.open(`${this.website.reportUrl}/preview?_u=blade-${name}`); }, handleDesign(name) { - this.$router.push({ - path: `/myiframe/urlPath?name=designer-${name}&src=${this.website.reportUrl}/designer?_u=blade-${name}`, - }); + window.open(`${this.website.reportUrl}/designer?_u=blade-${name}`); }, rowDel(row) { this.$confirm('确定将选择数据删除?', {