@@ -658,7 +658,7 @@ export default {
this.getList();
this.tokens = localStorage.getItem(AccessTokenKey);
this.baseUrl = process.env.VUE_APP_REPORT_API;
- this.reportId = this.$route.meta.reportId[0];
+ this.reportId = this.$route.meta.reportId;
},
dialogClose() {
this.list = [];