| | |
| | | riskSource: [], |
| | | riskSourceType: [], |
| | | description: string, |
| | | person: [] |
| | | person: [], |
| | | process: string, |
| | | experimentAndType: [], |
| | | oldRiskAssess: [] |
| | | } |
| | | reportFormRules: object |
| | | allPersonList: Array<AllPersonListType> |
| | | systemPersonList: Array<AllPersonListType> |
| | | allRoomList: Array<RoomType>, |
| | | experimentTypeList: Array<Type> |
| | | riskSourceTypeList: Array<Type> |
| | | riskLevelList: Array<Type> |
| | | } |
| | | |
| | | declare interface DangerSourceType { |
| | | disabled: boolean |
| | | dangerList: Array<DangerListType> |
| | | classifyList: Array<Type> |
| | | wasteStorageList: Array<Type> |
| | | } |
| | | |
| | | |
| | | declare interface DangerListType { |
| | | dangerFactor: string |
| | | feature: string |
| | | amount: null | number |
| | | info: string |
| | | riskSource: string |
| | | riskCharacteristic: string |
| | | number: null | number |
| | | description: string |
| | | } |
| | | |
| | | declare interface AssessApplyDialogStateType { |
| | |
| | | declare interface type { |
| | | id: number, |
| | | name: string |
| | | } |
| | | } |