| 
					
				 | 
			
			
				@@ -245,6 +245,9 @@ const DemandList = React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 pageSize: 10, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 onChange: function (page) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.loadData(page); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    this.setState({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    	page:page 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }.bind(this), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 showTotal: function (total) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     return '共' + total + '条数据'; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -978,7 +981,7 @@ const DemandList = React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     closeDesc(e, s) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.state.showDesc = e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (s) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.loadData(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.loadData(this.state.page); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     search() { 
			 |