From 48d0decf99f893ef4a2fad7464a4c686d2c474a1 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Tue, 27 Jan 2026 11:46:04 +0800 Subject: [PATCH] 产量上报id --- src/mes/common/commonModelComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index f247744..b76b90c 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -479,7 +479,7 @@ const useCommonModelEvent = props => { for (const key of Object.keys(returnData)) { const data = returnData[key].map(x => { x.sParentId = props.masterData.sId - x.sId = x.sId ? x.sId : commonUtils.createSid() + x.sId = commonUtils.createSid() x.handleType = "add" return x }) -- libgit2 0.22.2