|  | @@ -231,6 +231,14 @@ export default {
 | 
	
		
			
				|  |  |        }).then(({data}) => {
 | 
	
		
			
				|  |  |          if (data && data.code === '200') {
 | 
	
		
			
				|  |  |            this.dataForm = data.data
 | 
	
		
			
				|  |  | +          data.data.proProductList.map(item => {
 | 
	
		
			
				|  |  | +            if(item.proProductList != null && item.proProductList.length > 0){
 | 
	
		
			
				|  |  | +              item.proProductList.map(item2 => {
 | 
	
		
			
				|  |  | +                this.dataForm.proProductList.push(item2)
 | 
	
		
			
				|  |  | +              })
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +          })
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |            this.$message.error(data.msg)
 | 
	
		
			
				|  |  |          }
 |