zhouwx
2025-01-07 eae2747b5ea8522e8ee52fb03c53a9fce2cdd744
src/views/experiment/project/index.ts
@@ -7,11 +7,14 @@
      searchParams: {
         experimentName: string,
         experimentType: null | number,
         assessLevel:  null | number,
      }
   },
   total: 0,
   experimentTypeList: Type []
   riskLevelList: Type []
   allRoomList: RoomType []
   tagBg: Array<string>
}
declare interface ProjectType {
@@ -26,6 +29,10 @@
   id: number,
   name: string,
}
declare interface eType {
   typeId: number,
   typeName: string,
}
declare interface ProjectDialogType {
   title: string,
@@ -34,7 +41,8 @@
   projectForm: {
      id: null | number,
      experimentName: string,
      experimentType: null | number,
      experimentType: null | number | any,
      typeList: Array<eType>,
      liabilityUserId: null | number,
      safeLiabilityUser: string
      liabilityUserPhone: string,
@@ -72,6 +80,7 @@
   allPersonList: Array<AllPersonListType>
   systemPersonList: Array<AllPersonListType>
   allRoomList: Array<RoomType>
   experimentTypeList: eType []
}
declare interface SelectDangerType {