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