mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
修改字段绑定
This commit is contained in:
@@ -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 == '银代') {
|
||||
|
||||
Reference in New Issue
Block a user