|  | @@ -2192,7 +2192,6 @@ export default {
 | 
	
		
			
				|  |  |          this.$set(item, 'price', '0')
 | 
	
		
			
				|  |  |          this.$set(item, 'amount', '0')
 | 
	
		
			
				|  |  |          this.$set(item, 'sort', this.maxFeeNum + 1)
 | 
	
		
			
				|  |  | -        this.$set(item, 'priceType', res.data.cname)
 | 
	
		
			
				|  |  |          this.maxFeeNum++
 | 
	
		
			
				|  |  |          let a = {
 | 
	
		
			
				|  |  |            ...item,
 | 
	
	
		
			
				|  | @@ -2208,9 +2207,20 @@ export default {
 | 
	
		
			
				|  |  |      successPolicy(res, file) {
 | 
	
		
			
				|  |  |        this.openFullScreen(true)
 | 
	
		
			
				|  |  |        if (res.data.message === "" && !res.data.message) {
 | 
	
		
			
				|  |  | +        if(res.data.list&&res.data.list.length>0){
 | 
	
		
			
				|  |  | +          res.data.list.forEach(item=>{
 | 
	
		
			
				|  |  | +          this.$set(item, 'priceType', res.data.cname)
 | 
	
		
			
				|  |  | +        })
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          this.dataPolicy = res.data.list? res.data.list: [];
 | 
	
		
			
				|  |  |          this.policyIndex++;
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  | +        if(res.data.list&&res.data.list.length>0){
 | 
	
		
			
				|  |  | +          res.data.list.forEach(item=>{
 | 
	
		
			
				|  |  | +          this.$set(item, 'priceType', res.data.cname)
 | 
	
		
			
				|  |  | +        })
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +        
 | 
	
		
			
				|  |  |          this.dataPolicy = res.data.list? res.data.list: [];
 | 
	
		
			
				|  |  |          this.policyIndex++;
 | 
	
		
			
				|  |  |          this.$message({
 |