马宇豪
2023-04-14 36e71978a92ee64375b2c339e5e05d47b6b23fba
src/views/analyse/assessApply/index.ts
@@ -6,11 +6,33 @@
   title: string
   disabled: boolean
   reportDialogVisible: boolean
   reportForm: object
   reportForm: {
      id: null | number,
      experimentName: string,
      experimentType: null | number,
      personUser: string,
      personUserId: null | number,
      personUserPhone: string,
      safePersonUserId: null | number,
      safePersonUser: string,
      safePersonUserPhone: string,
      dep: string,
      experimentSite: [],
      experimentDesc: string,
      emergencyMeasure: string,
      assessPerson: string,
      safeRiskAnalysis: string,
      assessLevel: null | number,
      riskSource: [],
      riskSourceType: [],
      description: string,
      person: []
   }
   reportFormRules: object
   allPersonList: Array<AllPersonListType>
   systemPersonList: Array<AllPersonListType>
   allRoomList: Array<RoomType>
   allRoomList: Array<RoomType>,
   experimentTypeList: Array<Type>
}
declare interface DangerSourceType {