【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-17 10:19:42 +08:00
parent 1c2ee5a4fc
commit 9c60d0ea96
10 changed files with 31 additions and 17 deletions
+3 -2
View File
@@ -971,8 +971,9 @@ export default {
// this.content = data.content;
// this.dialogPreview = true;
// })
this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
window.open('/report/detail?id='+this.$route.query.id+'&reportId='+row.id)
// this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
this.reportDateList();
},
// 下载
downloadRow(row) {