diff --git a/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js b/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js index 16f77ad46..9ec52f6f4 100644 --- a/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js +++ b/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js @@ -110,8 +110,7 @@ class NewGtaskForms extends Component{ } handleSubmit = () => { - debugger - + let {contentFileList,min_num,max_num,base_on_project}=this.state; let {data}=this.props; let task_type=data.task_type @@ -220,7 +219,7 @@ class NewGtaskForms extends Component{ ` } -