From bc4fd558a2fcb16fc51732ccd89b45a8a7d654c3 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 26 May 2023 10:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=A1=A8=E6=A0=BC=E5=BA=95=E9=83=A8=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportList.vue | 8 ++++---- src/views/Report/ReportManager.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index 845bf03..b3698e0 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -477,10 +477,10 @@ export default { }, // 跳转到详情 goReportDetail(row) { - sendTrackEvent({ - eventName: 'preview_click', - params: {id:row.id,name:row.name} - }) + // sendTrackEvent({ + // eventName: 'preview_click', + // params: {id:row.id,name:row.name} + // }) window.open('/report/detail?id='+this.$route.query.id+'&reportId='+row.id) this.reportList() // this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}}) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 81ed31a..ccb3653 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -720,10 +720,10 @@ export default { }, // 预览 previewRow(row) { - sendTrackEvent({ - eventName: 'preview_click', - params: {id:row.id,name:row.name} - }) + // sendTrackEvent({ + // eventName: 'preview_click', + // params: {id:row.id,name:row.name} + // }) // this.fullscreen = false; // // 更新预览水印的时间戳 // this.watermarkText = `${this.$store.state.userInfo.usname} ${formatDate(+new Date(), 'yyyy年MM月dd日 hh:mm:ss')}`;