【新增】 报告详情接口

This commit is contained in:
zhoulingpo
2023-05-09 11:12:14 +08:00
parent ac43bb8ed9
commit d76713dbac
5 changed files with 179 additions and 38 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ export default {
},
// 跳转到详情
goReportDetail(row) {
this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, row: JSON.stringify(row)}})
this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
}
},
created() {