Commit 94e4b740 by zhangleyuan

feat:处理讲师不能筛选

parent 0edaa54e
......@@ -447,7 +447,7 @@ handleChangeBasicInfo = (field, value) => {
}
}
if(!teacherId){
message.warning('请选择上课老师');
message.warning('请选择师');
resolve(false);
return;
}
......
......@@ -177,6 +177,7 @@ class LiveCourseFilter extends React.Component {
/>
</div>
{ User.getUserRole()!=="CloudLecturer" &&
<div className="search-condition__item">
<span>讲师:</span>
<Select
......@@ -218,7 +219,7 @@ class LiveCourseFilter extends React.Component {
})}
</Select>
</div>
}
{ expandFilter &&
<div className="search-condition__item">
<span className="select-status">上课状态:</span>
......
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