|  | @@ -118,7 +118,7 @@ export default {
 | 
	
		
			
				|  |  |                      this.$http
 | 
	
		
			
				|  |  |                          .post(
 | 
	
		
			
				|  |  |                              `${this.params.row.cardType == 2 ? '/card/issue/manage' : '/card/issue/resident'}`,
 | 
	
		
			
				|  |  | -                            this.params.row.cardType == 2 ? { expire_date: installData.expirationTime, depId: res } : ids()
 | 
	
		
			
				|  |  | +                            this.params.row.cardType == 2 ? [{ expire_date: installData.expirationTime, depId: res }] : ids()
 | 
	
		
			
				|  |  |                          )
 | 
	
		
			
				|  |  |                          .then(({ data, status, msg }) => {
 | 
	
		
			
				|  |  |                              if (status == 0) {
 |