马宇豪
2023-03-29 2d561150b91a9789d31678af14dd4840bbb56576
src/views/experiment/project/index.ts
@@ -16,7 +16,9 @@
declare interface ProjectType {
   id?: number | null,
   experimentCode: string,
   experimentName: string,
}
declare interface Type {
   id: number,
@@ -64,6 +66,7 @@
   },
   allPersonList: Array<AllPersonListType>
   systemPersonList: Array<SystemPersonType>
   allRoomList: Array<RoomType>
}