Commit 219a97ce by zhangleyuan

feat:处理助教重复翻页的问题

parent e1ad5fca
......@@ -331,6 +331,9 @@ class AddLiveClass extends React.Component {
this.getAssistantList()
})
}}
getPopupContainer={() =>
document.getElementById("assistant-teacher")
}
>
{_.map(assistantList, (item, index) => {
if(item.userId !== teacherId){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment