|
@@ -581,6 +581,7 @@ const DemandList = React.createClass({
|
|
} else {
|
|
} else {
|
|
message.warning(data.error[0].message);
|
|
message.warning(data.error[0].message);
|
|
};
|
|
};
|
|
|
|
+
|
|
this.loadData();
|
|
this.loadData();
|
|
}.bind(this));
|
|
}.bind(this));
|
|
},
|
|
},
|
|
@@ -622,7 +623,8 @@ const DemandList = React.createClass({
|
|
mateNo(){
|
|
mateNo(){
|
|
this.setState({
|
|
this.setState({
|
|
matevisible: false
|
|
matevisible: false
|
|
- })
|
|
|
|
|
|
+ });
|
|
|
|
+ this.reset();
|
|
},
|
|
},
|
|
//点开新增或者匹配记录详情的时候发送请求获取上面的内容
|
|
//点开新增或者匹配记录详情的时候发送请求获取上面的内容
|
|
mateTop(e){
|
|
mateTop(e){
|