2026年3月9日21:28:15
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user