| | |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | var _default = { |
| | | data: function data() { |
| | | var _rules; |
| | |
| | | model: { |
| | | memberName: '', |
| | | memberId: '', |
| | | remark: '', |
| | | idcardNo: '', |
| | | oldDuName: '', |
| | | oldDuId: '', |
| | |
| | | this.model.memberId = item.id; |
| | | this.model.idcardNo = item.idcardNo; |
| | | this.model.oldDuName = item.duName; |
| | | this.model.remark = item.remark; |
| | | this.model.oldDuId = item.duId; |
| | | this.model.oldWorkTypeName = item.workTypeName; |
| | | this.model.oldWorktypeId = item.worktypeId; |
| | |
| | | this.model.duName = e.value[0].label; |
| | | this.duSolutionId = e.value[0].duSolutionId; |
| | | this.model.worktypeId = ''; |
| | | this.model.remark = ''; |
| | | this.model.workTypeName = ''; |
| | | this.getGZ(); |
| | | this.show = false; |