Merge branch 'feature/GFRS-315_【1226】开门红数据报表' into dev

This commit is contained in:
wangmingzhe
2019-12-27 17:10:24 +08:00

View File

@@ -95,7 +95,13 @@ export default {
},
tabChange(name, title) {
this.active = name
this.title = title
if (title == '健康险') {
this.title = '团险'
} else if (title == '银保') {
this.title = '银代'
} else {
this.title = title
}
this.list = this.reportList[this.active]
},
goDetail() {