|
|
@ -472,9 +472,9 @@ class GraduationAcross extends Component{
|
|
|
|
<span className={"fl mt5"}><span className={"color-orange"}>分配</span>给{ comment_status && comment_status == 2 ? "老师":"答辩组"}:</span>
|
|
|
|
<span className={"fl mt5"}><span className={"color-orange"}>分配</span>给{ comment_status && comment_status == 2 ? "老师":"答辩组"}:</span>
|
|
|
|
<span className={"fl"} style={{height:"32px"}} id="selectTags">
|
|
|
|
<span className={"fl"} style={{height:"32px"}} id="selectTags">
|
|
|
|
<Select
|
|
|
|
<Select
|
|
|
|
mode="tags"
|
|
|
|
mode="multiple"
|
|
|
|
placeholder={ comment_status && comment_status == 2 ? "请选择老师":"请选择答辩组"}
|
|
|
|
placeholder={ comment_status && comment_status == 2 ? "请选择老师":"请选择答辩组"}
|
|
|
|
value={AcrossTeamIds}
|
|
|
|
// value={AcrossTeamIds}
|
|
|
|
style={{width:"300px",height:"30px"}}
|
|
|
|
style={{width:"300px",height:"30px"}}
|
|
|
|
onChange={this.changeSelect}
|
|
|
|
onChange={this.changeSelect}
|
|
|
|
open={showflag}
|
|
|
|
open={showflag}
|
|
|
|