From 43fca2cb16964496caafdbc34e969d2a7cde7cc0 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 30 三月 2023 15:32:56 +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