dengzhiguo 7 년 전
부모
커밋
4ee4fd870e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      js/component/manageCenter/demand/myTechDemand.jsx

+ 3 - 1
js/component/manageCenter/demand/myTechDemand.jsx

@@ -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){