| | |
| | | |
| | | declare interface RiskUnitDialogType { |
| | | title: string, |
| | | disabled: boolean |
| | | experimentType: number | null, |
| | | riskUnitDialogVisible: boolean, |
| | | riskUnitForm: { |
| | | id?: number |
| | | id?: number | null |
| | | experimentId: number | null, |
| | | riskCode: string, |
| | | riskName: string, |
| | | riskUnitTypeId: number | null, |
| | | liabilityDep: string, |
| | | liabilityDepId: number | null, |
| | | liabilityUserId: number | null, |
| | | description: string, |
| | | basicRiskUnitId: number | null, |
| | |
| | | riskUnitFormRules: { |
| | | |
| | | }, |
| | | departmentData: [] |
| | | riskTypeList: Array<RiskType>, |
| | | specialDeviceList: Array<Type>, |
| | | deviceUnitList: Array<Type>, |