| 
					
				 | 
			
			
				@@ -71,7 +71,6 @@ const MyService=Form.create()(React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     dataSource: theArr, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     pagination: this.state.pagination, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     selectedRowKeys:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    signBillVisible:false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }.bind(this), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).always(function () { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -336,6 +335,7 @@ const MyService=Form.create()(React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     closeDesc(e, s) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     	this.state.userDetaile=false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    	this.state.signBillVisible=false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.state.showDesc = e; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (s) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.loadData(this.state.pageNo); 
			 |