|
|
@ -59,7 +59,7 @@ class GtaskBanksEdit extends Component {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
toWorkDetail = () => {
|
|
|
|
toWorkDetail = () => {
|
|
|
|
this.props.history.push(`/banks/gtask/${this.props.match.params.workId}/${this.props.match.params.type}?tab=0`);
|
|
|
|
window.location.href=`/banks/gtask/${this.props.match.params.workId}/${this.props.match.params.type}?tab=0`;
|
|
|
|
this.props.initPublic(undefined);
|
|
|
|
this.props.initPublic(undefined);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
onCancel = () => {
|
|
|
|
onCancel = () => {
|
|
|
|