diff --git a/src/router/ebiz/performance.js b/src/router/ebiz/performance.js index cfe9d89ff..2c357db10 100644 --- a/src/router/ebiz/performance.js +++ b/src/router/ebiz/performance.js @@ -9,7 +9,7 @@ export default [ name: 'Performance', component: performance, meta: { - title: '个险业绩查询', + title: '个人业绩查询', index: 1 } }, diff --git a/src/views/ebiz/performance/Performance.vue b/src/views/ebiz/performance/Performance.vue index 2d254f918..1f50ac883 100644 --- a/src/views/ebiz/performance/Performance.vue +++ b/src/views/ebiz/performance/Performance.vue @@ -449,6 +449,7 @@ export default { // this.params.manageLv = '02' this.orgs[1].code = '' this.orgs[1].inCode = '' + this.orgLev = 0 } this.orgs[2].code = '' this.orgs[2].inCode = '' @@ -484,7 +485,11 @@ export default { // this.params.manageLv = '03' this.orgs[2].code = '' this.orgs[2].inCode = '' + this.orgLev = 1 } + this.orgs[3].name = '全部' + this.orgs[3].code = '' + this.orgs[3].inCode = '' if (status != 'false') { this.getPerformanceDetailC() } @@ -519,6 +524,7 @@ export default { // this.params.manageLv = '03' this.orgs[3].code = '' this.orgs[3].inCode = '' + this.orgLev = 2 } this.getPerformanceDetailC() },