dev_ec
杨树明 5 years ago
parent 91696957d8
commit c469e59ad1

@ -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}

Loading…
Cancel
Save