diff --git a/src/api/dish/menu.js b/src/api/dish/menu.js index 61b28f0f..29319eb2 100644 --- a/src/api/dish/menu.js +++ b/src/api/dish/menu.js @@ -52,11 +52,15 @@ export function getDishesByTypePageApi(data) { export function getCurrentRecipeListApi(data) { return request({ url: '/smart-canteen/cook_recipe/currentList', - method: 'get', + method: 'post', headers: { "merchant-id":"378915229716713472", }, - params: data + data: data, + params:{ + pageNum:data.pageNum, + pageSize:data.pageSize + } }) } // 获取所有菜谱-分页