|
|
|
@ -240,7 +240,7 @@ class GraduationTasksnew extends Component {
|
|
|
|
|
return isLt150M;
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
this.ifHasAnchorJustScorll();
|
|
|
|
|
// this.ifHasAnchorJustScorll();
|
|
|
|
|
// console.log(this.props.current_user.course_name)
|
|
|
|
|
return (
|
|
|
|
|
<React.Fragment>
|
|
|
|
@ -313,7 +313,7 @@ class GraduationTasksnew extends Component {
|
|
|
|
|
{getFieldDecorator('name', {
|
|
|
|
|
rules: [{required: true, message: "不能为空"}],
|
|
|
|
|
})(<Input placeholder="请输入任务名称,最大限制60个字符" value={title_value} onInput={this.changeTitle}
|
|
|
|
|
className="searchView searchViewAfter mb20" style={{"width": "100%"}} maxLength="60"
|
|
|
|
|
className="searchView searchViewAfter mb20 h40" style={{"width": "100%"}} maxLength="60"
|
|
|
|
|
addonAfter={String(title_num)}/>)}
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<input type="hidden" id='nametypes'/>
|
|
|
|
|