| | |
| | | total: number |
| | | riskSourceTypeList: Array<Type>, |
| | | evaluateStatusList: Array<Type>, |
| | | allRoomList: Array<RoomType>, |
| | | allEquipmentList: Array<AllEquipmentListType>, |
| | | allPersonList: Array<AllPersonListType>, |
| | | } |
| | | |
| | | declare interface UnitType { |
| | | id: number | null, |
| | | deviceCode: string, |
| | | deviceName: string, |
| | | devicePower: string, |
| | | deviceUnit: number | null, |
| | | safeProtect: string, |
| | | id?: number | null, |
| | | riskCode: string, |
| | | riskName: string, |
| | | riskSourceId: number | null, |
| | | riskSourceType: number | null, |
| | | liabilityUserId: number | null, |
| | | liabilityDep: string, |
| | | description: string, |
| | | } |
| | | |
| | | declare interface Type { |
| | |
| | | title: string, |
| | | unitDialogVisible: boolean, |
| | | unitForm: { |
| | | id: number | null, |
| | | deviceCode: string, |
| | | deviceName: string, |
| | | devicePower: string, |
| | | deviceUnit: number | null, |
| | | safeProtect: string, |
| | | id?: number | null, |
| | | riskCode: string, |
| | | riskName: string, |
| | | riskSourceId: number | null, |
| | | riskSourceType: number | null, |
| | | liabilityUserId: number | null, |
| | | liabilityDep: string, |
| | | description: string, |
| | | }, |
| | | unitFormRules: { |
| | | |
| | | }, |
| | | riskSourceTypeList: Array<Type>, |
| | | evaluateStatusList: Array<Type>, |
| | | allRoomList: Array<RoomType>, |
| | | allEquipmentList: Array<AllEquipmentListType>, |
| | | allPersonList: Array<AllPersonListType>, |
| | | } |