zhouwx
2024-11-07 bfb8feb317f69b849994106025d9ef62eb34bd59
src/views/experiment/project/index.ts
@@ -29,6 +29,10 @@
   id: number,
   name: string,
}
declare interface eType {
   typeId: number,
   typeName: string,
}
declare interface ProjectDialogType {
   title: string,
@@ -37,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,
@@ -75,6 +80,7 @@
   allPersonList: Array<AllPersonListType>
   systemPersonList: Array<AllPersonListType>
   allRoomList: Array<RoomType>
   experimentTypeList: eType []
}
declare interface SelectDangerType {