currentList接口从post改为get
This commit is contained in:
		
							parent
							
								
									b233cea4ed
								
							
						
					
					
						commit
						c406570d7a
					
				| 
						 | 
				
			
			@ -11,15 +11,12 @@ export function getDishInfoApi(data) {
 | 
			
		|||
export function getCurrentRecipeListApi(data) {
 | 
			
		||||
    return request({
 | 
			
		||||
      url: '/smart-canteen/cook_recipe/currentList',
 | 
			
		||||
      method: 'post',
 | 
			
		||||
      method: 'get',
 | 
			
		||||
      headers: {
 | 
			
		||||
          //"merchant-id":"378915229716713472",
 | 
			
		||||
      },
 | 
			
		||||
      data: data,
 | 
			
		||||
      params:{
 | 
			
		||||
        pageNum:data.pageNum,
 | 
			
		||||
        pageSize:data.pageSize
 | 
			
		||||
      }
 | 
			
		||||
      // data: data,
 | 
			
		||||
      params:data
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
export function getCertificateListApi(data) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue