| | |
| | | }).then(res => { |
| | | res.forEach(item => { |
| | | item.idCard = item.memberIdcardNo |
| | | item.oldDuId = item.duId |
| | | item.oldDuName = item.duName |
| | | item.oldWorkTypeName = item.workTypeName |
| | | item.oldWorktypeId = item.worktypeId |
| | | // item.oldDuId = item.duId |
| | | // item.oldDuName = item.duName |
| | | // item.oldWorkTypeName = item.workTypeName |
| | | // item.oldWorktypeId = item.worktypeId |
| | | item.workTypeName = '' |
| | | item.worktypeId = '' |
| | | item.duId = '' |
| | |
| | | }, |
| | | // 获取投保详情 |
| | | getDetails() { |
| | | findList({ applyId: this.form.id }) |
| | | /*findList({ applyId: this.form.id }) |
| | | .then(res => { |
| | | res.forEach(item => { |
| | | item.idCard = item.idcardNo |
| | |
| | | item.duName = '' |
| | | }) |
| | | // this.form.factory = res |
| | | }) |
| | | })*/ |
| | | getDetail(this.form.id) |
| | | .then(res => { |
| | | this.list.push(res) |