| | |
| | | }, { |
| | | label: '确认人', |
| | | prop: 'confirmOperatingPersonnelId', |
| | | minWidth: '100' |
| | | minWidth: '100', |
| | | dataType: "tag", |
| | | formatData: (params) => { |
| | | let obj = this.responsibleOptions.find(m => m.id == params) |
| | | if (obj) { |
| | | return obj.name |
| | | } |
| | | }, |
| | | }, { |
| | | label: '确认日期', |
| | | prop: 'confirmDate', |
| | |
| | | }; |
| | | }, |
| | | mounted() { |
| | | this.getUserList(); |
| | | this.getList(this.departId); |
| | | }, |
| | | methods: { |
| | |
| | | this.form = { |
| | | jobResponsibilitiesTem: [] |
| | | } |
| | | this.getUserList(); |
| | | this.getResponsibilities(); |
| | | |
| | | }, |
| | |
| | | } else { |
| | | this.$set(this.form, 'jobResponsibilitiesTem', []) |
| | | } |
| | | this.getUserList(); |
| | | this.getResponsibilities(); |
| | | }, |
| | | submitForm() { |