取消排序
This commit is contained in:
parent
e45624213c
commit
a0f6598649
|
|
@ -464,7 +464,7 @@ const Meeting: React.FC = () => {
|
||||||
item.isShow = true;
|
item.isShow = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return sortUsersByRole(res)
|
return res
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 刷新视图
|
// 刷新视图
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue