From c406570d7ae79a0d11063a20ecd76e6d906659c6 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 2 Sep 2025 10:41:53 +0800 Subject: [PATCH] =?UTF-8?q?currentList=E6=8E=A5=E5=8F=A3=E4=BB=8Epost?= =?UTF-8?q?=E6=94=B9=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/view.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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) {