|  |  | @ -429,13 +429,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         draggable, companyAddCert, supCertSetSelectDialog |  |  |  |         draggable, companyAddCert, supCertSetSelectDialog | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     methods: { |  |  |  |     methods: { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         getCompanyInfo() { |  |  |  |         getCompanyInfo() { | 
			
		
	
		
		
			
				
					
					|  |  |  |             let query = { |  |  |  |             let query = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 customerId: this.$store.getters.customerId |  |  |  |                 customerId: this.$store.getters.customerId | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |             getCompany(query) |  |  |  |             getCompany(query) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.inputQuery = response.data; |  |  |  |                     this.inputQuery = response.data; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     if(this.inputQuery.auditStatus ==null){ |  |  |  |                     if(this.inputQuery.auditStatus ==null){ | 
			
		
	
		
		
			
				
					
					|  |  |  |                         this.inputQuery.auditStatus=0; |  |  |  |                         this.inputQuery.auditStatus=0; | 
			
		
	
	
		
		
			
				
					|  |  | @ -575,6 +575,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         getCompanyCertList() { |  |  |  |         getCompanyCertList() { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.certLoading = true; |  |  |  |             this.certLoading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.certQuery.customerId = this.inputQuery.customerId; |  |  |  |             this.certQuery.customerId = this.inputQuery.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |             filterCompanyCert(this.certQuery) |  |  |  |             filterCompanyCert(this.certQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |