diff --git a/src/api/view.js b/src/api/view.js index 252fb63..10284ce 100644 --- a/src/api/view.js +++ b/src/api/view.js @@ -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) {