dev_aliyun_beta
hjm 6 years ago
parent 04aebfb183
commit 481efb0477

@ -31,15 +31,16 @@ class WorkDetailPageHeader extends Component{
} }
goback = () => { goback = () => {
// let workId=this.props.match.params.workId; let workId=this.props.match.params.workId;
//
// if ( window.location.pathname.indexOf('appraise') == -1) { if ( window.location.pathname.indexOf('appraise') == -1) {
// let category_id= this.props.category.category_id; let category_id= this.props.category.category_id;
// this.props.toListPage(this.props.match.params, category_id) this.props.toListPage(this.props.match.params, category_id)
// } else { } else {
// this.props.toWorkListPage(this.props.match.params, this.props.match.params.category_id) this.props.toWorkListPage(this.props.match.params, workId)
// } // this.props.match.params.category_id
this.props.history.goBack() }
// this.props.history.goBack()
} }
// 补交附件 // 补交附件
Cancelvisible=()=>{ Cancelvisible=()=>{

Loading…
Cancel
Save