| | |
| | | riskName: string, |
| | | } |
| | | total: number |
| | | allRiskTypeList: Array<RiskType> |
| | | riskList: Array<Type>, |
| | | riskSourceList: Array<Type> |
| | | evaluateStatusList: Array<Type> |
| | |
| | | name: string, |
| | | } |
| | | |
| | | declare interface RiskType { |
| | | id: number, |
| | | riskType: string |
| | | } |
| | | |
| | | declare interface RiskUnitDialogType { |
| | | title: string, |
| | | experimentType: number | null, |
| | |
| | | experimentId: number | null, |
| | | riskCode: string, |
| | | riskName: string, |
| | | riskUnitTypeId: number | null, |
| | | liabilityDep: string, |
| | | liabilityUserId: number | null, |
| | | description: string, |
| | |
| | | riskUnitFormRules: { |
| | | |
| | | }, |
| | | riskTypeList: Array<RiskType>, |
| | | specialDeviceList: Array<Type>, |
| | | deviceUnitList: Array<Type>, |
| | | basicUnitList: Array<UnitType>, |