| | |
| | | laboratory: { |
| | | select: [] |
| | | }, |
| | | label: { |
| | | unit: { |
| | | select: [] |
| | | }, |
| | | // department: { |
| | |
| | | laboratory: { |
| | | select: [] |
| | | }, |
| | | label: { |
| | | unit: { |
| | | select: [] |
| | | }, |
| | | // department: { |
| | | // select: [] |
| | | // }, |
| | | }, |
| | | requiredAdd: ['number','auxiliaryProject','laboratory','label','approvedWorkingHour','department'], |
| | | requiredUp: ['number','auxiliaryProject','laboratory','label','approvedWorkingHour','department'] |
| | | requiredAdd: ['number','auxiliaryProject','laboratory','unit','approvedWorkingHour','department'], |
| | | requiredUp: ['number','auxiliaryProject','laboratory','unit','approvedWorkingHour','department'] |
| | | }, |
| | | entityCopy: {}, |
| | | upIndex: 0, |
| | |
| | | this.$axios.post(this.$api.enums.selectEnumByCategory, { |
| | | category: "单位" |
| | | }).then(res => { |
| | | this.componentData.selectField.label.select = res.data |
| | | this.componentData.tagField.label.select = res.data |
| | | this.componentData.selectField.unit.select = res.data |
| | | this.componentData.tagField.unit.select = res.data |
| | | }) |
| | | }, |
| | | } |