From 8db4bc80e48214796c2c49ec970204358e8f7029 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Mon, 15 Jun 2026 09:22:57 +0800 Subject: [PATCH] 弹窗详情 --- 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 b113c48..e5c1b8f 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -786,7 +786,7 @@ const useCommonModelEvent = props => { // 获取数据集 const handleGetData = async (tableList = [], isWait, bInit, copyTo) => { let addState = {}; - + const { currentId } = props const currentIds = currentId || props?.parentProps?.record?.sId; for (let i = 0; i < tableList.length; i++) { -- libgit2 0.22.2