|
@@ -3326,7 +3326,17 @@ const MyTaskOutsource = React.createClass({
|
|
|
maskClosable={false}
|
|
|
visible={this.state.visible}
|
|
|
onOk={this.visitOk}
|
|
|
- onCancel={this.visitCancel}
|
|
|
+ onCancel={()=>{
|
|
|
+ this.setState({
|
|
|
+ visible: false,
|
|
|
+ speVisible: false,
|
|
|
+ modKey: "1",
|
|
|
+ updataSwicth: false,
|
|
|
+ projectSituationVisible: false,
|
|
|
+ });
|
|
|
+ this.companyReset();
|
|
|
+ this.loadData(this.state.page);
|
|
|
+ }}
|
|
|
>
|
|
|
<div style={{position:"relative"}}>
|
|
|
<div style={{
|
|
@@ -4783,7 +4793,17 @@ const MyTaskOutsource = React.createClass({
|
|
|
maskClosable={false}
|
|
|
visible={this.state.speVisible}
|
|
|
onOk={this.visitOk}
|
|
|
- onCancel={this.visitCancel}
|
|
|
+ onCancel={()=>{
|
|
|
+ this.setState({
|
|
|
+ visible: false,
|
|
|
+ speVisible: false,
|
|
|
+ modKey: "1",
|
|
|
+ updataSwicth: false,
|
|
|
+ projectSituationVisible: false,
|
|
|
+ });
|
|
|
+ this.companyReset();
|
|
|
+ this.loadData(this.state.page);
|
|
|
+ }}
|
|
|
width="900px"
|
|
|
title=""
|
|
|
footer=""
|