Commit 8db4bc80e48214796c2c49ec970204358e8f7029
1 parent
a808ce54
弹窗详情
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/commonModelComponent/index.js
| @@ -786,7 +786,7 @@ const useCommonModelEvent = props => { | @@ -786,7 +786,7 @@ const useCommonModelEvent = props => { | ||
| 786 | // 获取数据集 | 786 | // 获取数据集 |
| 787 | const handleGetData = async (tableList = [], isWait, bInit, copyTo) => { | 787 | const handleGetData = async (tableList = [], isWait, bInit, copyTo) => { |
| 788 | let addState = {}; | 788 | let addState = {}; |
| 789 | - | 789 | + const { currentId } = props |
| 790 | const currentIds = currentId || props?.parentProps?.record?.sId; | 790 | const currentIds = currentId || props?.parentProps?.record?.sId; |
| 791 | 791 | ||
| 792 | for (let i = 0; i < tableList.length; i++) { | 792 | for (let i = 0; i < tableList.length; i++) { |