From 2d561150b91a9789d31678af14dd4840bbb56576 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 29 三月 2023 16:37:27 +0800 Subject: [PATCH] 设备、场所、部门接口 --- src/views/experiment/project/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/experiment/project/index.ts b/src/views/experiment/project/index.ts index c27e2db..6ec1f48 100644 --- a/src/views/experiment/project/index.ts +++ b/src/views/experiment/project/index.ts @@ -66,6 +66,7 @@ }, allPersonList: Array<AllPersonListType> + systemPersonList: Array<SystemPersonType> allRoomList: Array<RoomType> } -- Gitblit v1.9.2