@ -470,7 +470,7 @@ class CommonWorkPost extends Component{
}
gocannel=()=>{
window.history.go(-1)
this.props.history.goBack()
render(){
@ -362,7 +362,7 @@ class GraduationTasksSubmitedit extends Component{
handleSubmit=(e) => {
@ -362,7 +362,7 @@ class GraduationTasksSubmitnew extends Component{
//公用数据
@ -112,14 +112,14 @@ class PathDetailIndex extends Component{
this.setState({
Modalstype:false,
})
cardsModalsave=()=>{
// 加载markdown
updatamakedown=(id)=>{
@ -230,7 +230,8 @@ class PackageIndexNEITaskDetails extends Component {
goback = () => {
// window.history.go(-1)
window.location.href="/crowdsourcing";
// window.location.href="/crowdsourcing";
render() {
@ -30,7 +30,8 @@ class PackageIndexNewandEditIndex extends Component{