| | |
| | | value: "key", |
| | | }, |
| | | prop: "ethnicity", |
| | | searchSpan: 4 |
| | | type:"select", |
| | | dataType:"number" |
| | | }, |
| | | { |
| | | overHidden: true, |
| | |
| | | |
| | | beforeOpen(done, type) { |
| | | if (["edit", "view"].includes(type)) { |
| | | if (this.form.employerImg) { |
| | | if (this.form.resignationFlag) { |
| | | if(this.form.resignationFlag==1){ |
| | | this.form.resignationFlag = '在职' |
| | | } |
| | | if(this.form.resignationFlag==2){ |
| | | this.form.resignationFlag = '已离职' |
| | | } |
| | | // this.form.employerImg = this.form.employerImg.split(",").filter(item => item != '').map(item => website.minioUrl + item).join(',') |
| | | } |
| | | done() |