返回调整

dev_admin
杨树明 6 years ago
parent e405f71dff
commit 531a46d8da

@ -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{
}
gocannel=()=>{
window.history.go(-1)
this.props.history.goBack()
}
handleSubmit=(e) => {

@ -362,7 +362,7 @@ class GraduationTasksSubmitnew extends Component{
}
}
gocannel=()=>{
window.history.go(-1)
this.props.history.goBack()
}
//公用数据

@ -112,14 +112,14 @@ class PathDetailIndex extends Component{
this.setState({
Modalstype:false,
})
window.history.go(-1)
this.props.history.goBack()
}
cardsModalsave=()=>{
this.setState({
Modalstype:false,
})
window.history.go(-1)
this.props.history.goBack()
}
// 加载markdown
updatamakedown=(id)=>{

@ -230,7 +230,8 @@ class PackageIndexNEITaskDetails extends Component {
}
goback = () => {
// window.history.go(-1)
window.location.href="/crowdsourcing";
// window.location.href="/crowdsourcing";
this.props.history.goBack()
}
render() {

@ -30,7 +30,8 @@ class PackageIndexNewandEditIndex extends Component{
goback = () => {
// window.history.go(-1)
window.location.href="/crowdsourcing";
// window.location.href="/crowdsourcing";
this.props.history.goBack()
}
render() {

Loading…
Cancel
Save