| | |
| | | declare interface PlanStateType { |
| | | planData: Array<PlanType> |
| | | user: number | null, |
| | | searchQuery: { |
| | | pageIndex: number, |
| | | pageSize: number, |
| | |
| | | |
| | | declare interface PlanDialogType { |
| | | title: string, |
| | | time: string [], |
| | | disabled: boolean, |
| | | planDialogVisible: boolean, |
| | | planForm: { |
| | |
| | | riskUnitId: number | null, |
| | | planUserId: number | null, |
| | | assessPlanName: string, |
| | | assessTime?: string[], |
| | | assessStartTime: string, |
| | | assessEndTime: string, |
| | | identificationMethod: number | null, |
| | | identificationUserId: number | null, |
| | | evaluateMethod: number | null, |
| | | evaluateUserId: number | null, |
| | | riskType: number | null |
| | | }, |
| | | planFormRules: { |
| | | |
| | | }, |
| | | identificationMethodList: Array<Type>, |
| | | evaluateMethodList: Array<Type> |
| | | riskUnitList: Array<RiskUnitType> |
| | | personList: Array<SystemPersonType> |
| | | } |