马宇豪
2023-04-18 af18fd6fb9e1a500be5369550b737ccce12a7d23
src/views/experiment/project/index.ts
@@ -155,7 +155,7 @@
declare interface SelectRoomType {
   disabled: boolean
   roomList: Array<roomListType>,
   allRoomList: Array<roomListType>,
   allRoomList: Array<allRoomListType>,
   specialDeviceList: Array<stuffType>
   memberList: Array<any>
   typeList: Array<any>
@@ -164,13 +164,23 @@
}
declare interface roomListType {
   siteId?: null | number,
   siteName?: string,
   floor?: string,
   room?: string,
   fireFacilities?: null | number,
   partitionStatus?: null | number,
   siteType?: string,
   siteId: null | number,
   siteName: string,
   floor: string,
   room: string,
   fireFacilities: null | number,
   partitionStatus: null | number,
   siteType: string,
}
declare interface allRoomListType {
   id: null | number,
   siteName: string,
   floor: string,
   room: string,
   fireFacilities: null | number,
   partitionStatus: null | number,
   siteType: string,
}
declare interface stuffType {