|
|
|
@ -255,8 +255,6 @@ class NewWorkForm extends Component{
|
|
|
|
|
let {typeId,coursesId,pageType}=this.props.match.params;
|
|
|
|
|
const { getFieldDecorator } = this.props.form;
|
|
|
|
|
const isGroup = this.props.isGroup()
|
|
|
|
|
const moduleName = !isGroup? "普通作业":"分组作业";
|
|
|
|
|
const moduleEngName = this.props.getModuleName()
|
|
|
|
|
let{
|
|
|
|
|
title_value, contentFileList, answerFileList, max_num, min_num, base_on_project,
|
|
|
|
|
init_max_num, init_min_num,
|
|
|
|
|