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++) {