| | |
| | | id: number, |
| | | name: string, |
| | | } |
| | | declare interface eType { |
| | | typeId: number, |
| | | typeName: string, |
| | | } |
| | | |
| | | declare interface ProjectDialogType { |
| | | title: string, |
| | |
| | | projectForm: { |
| | | id: null | number, |
| | | experimentName: string, |
| | | experimentType: null | number, |
| | | experimentType: null | number | any, |
| | | typeList: Array<eType>, |
| | | liabilityUser: string |
| | | liabilityUserId: null | number, |
| | | safeLiabilityUser: string |
| | | safeLiabilityUserId: null | number, |
| | | liabilityUserPhone: string, |
| | | safeLiabilityUserPhone: string, |
| | | sisStatus?: null | number, |
| | |
| | | allPersonList: Array<AllPersonListType> |
| | | systemPersonList: Array<AllPersonListType> |
| | | allRoomList: Array<RoomType> |
| | | experimentTypeList: eType [] |
| | | deptList: Array<any> |
| | | } |
| | | |
| | | declare interface SelectDangerType { |
| | |
| | | declare interface AllPersonListType { |
| | | id?: null | number, |
| | | personId?: null | number, |
| | | personName: null, |
| | | personName: string, |
| | | realName?: string |
| | | personAge: null, |
| | | personGender:'', |
| | | personMajor:'', |