| 
					
				 | 
			
			
				@@ -51,7 +51,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <span class="lable">车牌</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-input v-model.trim="conditions.carPlate" placeholder="请输入内容车牌" style="width:150px;" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <div class="block"><el-button type="primary" @click="getData">查询</el-button></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <div class="block"><el-button type="primary" @click="search">查询</el-button></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <template v-if="tabType===0"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -138,6 +138,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="el-pagination-wrap"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-pagination 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         small 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        :page-size="conditions.limit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        :current-page="conditions.page" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         layout="prev, pager, next" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :total="total" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @size-change="handleSizeChange" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -177,13 +179,15 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getData() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (this.tabType === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        delete this.conditions.transAbnormarlLicense 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.getAllinfoData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        delete this.conditions.transLicense 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.getAnomalyData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    search() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.conditions.page = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.getData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getAllinfoData() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const params = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         page: this.conditions.page, 
			 |