From 2bfd4015839e7058faae23024006cb6fcab21cce Mon Sep 17 00:00:00 2001 From: 17792275749 <812100002@qq.com> Date: Mon, 9 Mar 2026 21:28:19 +0800 Subject: [PATCH] =?UTF-8?q?2026=E5=B9=B43=E6=9C=889=E6=97=A521:28:15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mealSurplusInformation/mealSurplusInformation.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/mealSurplusInformation/mealSurplusInformation.vue b/src/views/mealSurplusInformation/mealSurplusInformation.vue index 5995fc0..16e9663 100644 --- a/src/views/mealSurplusInformation/mealSurplusInformation.vue +++ b/src/views/mealSurplusInformation/mealSurplusInformation.vue @@ -169,10 +169,6 @@ export default { _this.nutritionFoodList = res.data.nutritionFoodList; } - if (res.data.recipeFoodNotMadeList && res.data.recipeFoodNotMadeList.length) { - _this.recipeFoodNotMadeList = res.data.recipeFoodNotMadeList; - } - // 处理已出菜品列表 if (res.data.recipeFoodNotMadeList && res.data.recipeFoodNotMadeList.length) { res.data.recipeFoodNotMadeList.map(function(item) {