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