|  |  |  | @ -51,7 +51,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <span>{{ countTypeMap[scope.row.countType] }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |           </template> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-table-column label="盘点人" prop="createUserName" width="200"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-table-column label="盘点人" prop="createUser" width="200"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-table-column label="盘点时间" prop="createTime"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-table-column label="状态" prop="status" width="120"> | 
			
		
	
		
			
				
					|  |  |  |  |           <template slot-scope="scope"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -259,6 +259,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         }) | 
			
		
	
		
			
				
					|  |  |  |  |         .catch(() => { | 
			
		
	
		
			
				
					|  |  |  |  |         }); | 
			
		
	
		
			
				
					|  |  |  |  |       this.getSpaceList(); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     getSpaceList() { | 
			
		
	
		
			
				
					|  |  |  |  |       let params = {invWarehouseCode: this.filterQuery.invCode, status: 1}; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |