This commit is contained in:
parent
73a6886b51
commit
b470cdcfc8
|
|
@ -438,7 +438,7 @@ const Meeting: React.FC = () => {
|
||||||
item.isShow = true;
|
item.isShow = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return sortUsersByRole(res)
|
return res
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 替换数据
|
// 替换数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue