正式检测录波数据查询
This commit is contained in:
@@ -884,6 +884,7 @@ const open = async (sign: string, data: Plan.ReqPlan, currentMode: string, plan:
|
||||
if (Array.isArray(user_Result.data)) {
|
||||
if (user_Result.data.length > 0) {
|
||||
// 为leaderData和memberData分别创建独立的对象数组
|
||||
|
||||
leaderData.value = user_Result.data
|
||||
.filter((user: any) => !user.roleCodes.includes('root'))
|
||||
.map((user: any) => ({
|
||||
|
||||
Reference in New Issue
Block a user