马宇豪
2025-04-02 5c45db7c1be28da293b3583c16834ee97e8bac47
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,8 @@
   allPersonList: Array<AllPersonListType>
   systemPersonList: Array<AllPersonListType>
   allRoomList: Array<RoomType>
   experimentTypeList: eType []
   deptList: Array<any>
}
declare interface SelectDangerType {