| 
					
				 | 
			
			
				@@ -136,7 +136,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 console.log("dsfsdf===",this.queryParams) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.loading = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 let res = await selectListByDateApi({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    ...this.queryParams 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    ...this.queryParams, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    goodsIds: this.queryParams.goodsIds ? this.queryParams.goodsIds.join(',') : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (res.code == 200) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.timeList = res.data.rows 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -162,7 +163,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 let res = await goodsPageListNew({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     pageNum: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    pageSize: 1000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    pageSize: 1000, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    goodsType: 2, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    classifyId: 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if(res.code == 200){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.goodsPageListS = res.data.rows 
			 |