diff --git a/src/views/ebiz/report/reportDetail.vue b/src/views/ebiz/report/reportDetail.vue index 20aee080a..c726aa408 100644 --- a/src/views/ebiz/report/reportDetail.vue +++ b/src/views/ebiz/report/reportDetail.vue @@ -66,8 +66,7 @@ export default { }, mounted() { document.body.style.backgroundColor = '#fff' - // this.reportList = JSON.parse(localStorage.reportList) - this.reportList = this.reportList2 + this.reportList = JSON.parse(localStorage.reportList) if (localStorage.title == '团险') { this.title = '健康险' } else if (localStorage.title == '银代') {