修改字段绑定

This commit is contained in:
jlw
2020-05-13 14:49:19 +08:00
parent 01c09b06ff
commit 29853d9eb5

View File

@@ -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 == '银代') {