From 39fb07af49fe7f67acc7316da09b2c801e889e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=93=E9=B9=8F?= Date: Thu, 12 Jun 2025 16:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=A1=A5=E6=96=99=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/supplementaryValidation/material.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/supplementaryValidation/material.vue b/pages/supplementaryValidation/material.vue index ba1df33..30a9d71 100644 --- a/pages/supplementaryValidation/material.vue +++ b/pages/supplementaryValidation/material.vue @@ -270,7 +270,7 @@ }) }) //推送数据 - PRD_FeedMtrlCheck({Item:ScanEntry}).then((resA : any) => { + PRD_FeedMtrlCheck({Items:ScanEntry}).then((resA : any) => { if (resA.code === 200) { fStockFlexDetailDelete({ Ids: ids.toString() }).then((res : any) => { if (res.code === 200) {