From a6cce6b03749e8f4f7589c3246cd6c9d57d8deeb Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 6 Feb 2026 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E9=85=8D=E6=96=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=E8=AF=A6=E6=83=85=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=BF=94=E5=8F=82=E6=A0=BC=E5=BC=8F=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/formula/formulaConfig/components/RecipeDetailList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/formula/formulaConfig/components/RecipeDetailList.vue b/src/views/formula/formulaConfig/components/RecipeDetailList.vue index 7b44f74c..9d073d32 100644 --- a/src/views/formula/formulaConfig/components/RecipeDetailList.vue +++ b/src/views/formula/formulaConfig/components/RecipeDetailList.vue @@ -323,7 +323,7 @@ const getList = async () => { pageSize, recipeId: props.recipeId }) - list.value = (data.list ?? []).map(normalizeDetail) + list.value = (data ?? []).map(normalizeDetail) total.value = data.total // 产品单位 unitList.value = await ProductUnitApi.getProductUnitSimpleList()