|  |  | @ -86,6 +86,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table> |  |  |  |             </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-pagination |  |  |  |             <el-pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :page-size="filterQuery.limit" |  |  |  |                 :page-size="filterQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :current-page="filterQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :current-page.sync="filterQuery.page" |  |  |  |                 :current-page.sync="filterQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @current-change="handleCurrentChange" |  |  |  |                 @current-change="handleCurrentChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 layout="prev, pager, next" |  |  |  |                 layout="prev, pager, next" | 
			
		
	
	
		
		
			
				
					|  |  | @ -187,6 +188,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table> |  |  |  |             </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-pagination |  |  |  |             <el-pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :page-size="filterManufacturerQuery.limit" |  |  |  |                 :page-size="filterManufacturerQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :current-page="filterManufacturerQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :current-page.sync="filterManufacturerQuery.page" |  |  |  |                 :current-page.sync="filterManufacturerQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @current-change="handleManuChange" |  |  |  |                 @current-change="handleManuChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 layout="prev, pager, next" |  |  |  |                 layout="prev, pager, next" | 
			
		
	
	
		
		
			
				
					|  |  | @ -293,6 +295,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table> |  |  |  |             </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-pagination |  |  |  |             <el-pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :page-size="registrationQuery.limit" |  |  |  |                 :page-size="registrationQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :current-page="registrationQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :current-page.sync="registrationQuery.page" |  |  |  |                 :current-page.sync="registrationQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @current-change="certHandleCurrentChange" |  |  |  |                 @current-change="certHandleCurrentChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 layout="prev, pager, next" |  |  |  |                 layout="prev, pager, next" | 
			
		
	
	
		
		
			
				
					|  |  | @ -473,7 +476,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.loading = true; |  |  |  |             this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |             getSupComapnys(this.filterQuery) |  |  |  |             getSupComapnys(this.filterQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     console.log(response) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.loading = false; |  |  |  |                     this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.list = response.data.list || []; |  |  |  |                     this.list = response.data.list || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.total = response.data.total || 0; |  |  |  |                     this.total = response.data.total || 0; | 
			
		
	
	
		
		
			
				
					|  |  | @ -560,7 +562,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .catch(() => { |  |  |  |                 .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.manufacturerLoading = false; |  |  |  |                     this.manufacturerLoading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.manufacturerList = []; |  |  |  |                     this.manufacturerList = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.total = 0; |  |  |  |                     this.manufacturerTotal = 0; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         addInfoDialog(row) { |  |  |  |         addInfoDialog(row) { | 
			
		
	
	
		
		
			
				
					|  |  | @ -646,12 +648,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.registrationLoading = false; |  |  |  |                     this.registrationLoading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.registrationList = response.data.list || []; |  |  |  |                     this.registrationList = response.data.list || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.certTotal= response.data.total |  |  |  |                     this.certTotal = response.data.total | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }) |  |  |  |                 }) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .catch(() => { |  |  |  |                 .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.registrationLoading = false; |  |  |  |                     this.registrationLoading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.registrationList = []; |  |  |  |                     this.registrationList = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     this.certTotal = 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         certHandleCurrentChange(val) { |  |  |  |         certHandleCurrentChange(val) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |