| | |
| | | pageSize: this.pagerOptions.pageSize |
| | | }) |
| | | .then((res) => { |
| | | console.log(res) |
| | | if (res.code === 200) { |
| | | if (res.data && res.data.length > 0) { |
| | | const list = res.data.map((item) => { |
| | | let salaryPlansName='' |
| | | if(item.salaryPlans){ |
| | | for(let i in item.$confirmsalaryPlans){ |
| | | salaryPlansName=salaryPlansName+'+'+item.salaryPlans[i].name |
| | | if(item.salaryPlans&&item.salaryPlans.length>0){ |
| | | for(let i in item.salaryPlans){ |
| | | if(item.salaryPlans[i].name){ |
| | | salaryPlansName=salaryPlansName+(salaryPlansName?'+':'')+item.salaryPlans[i].name |
| | | } |
| | | } |
| | | } |
| | | return { |