【修改】修改bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user