Commit 8db4bc80e48214796c2c49ec970204358e8f7029

Authored by chenxt
1 parent a808ce54

弹窗详情

src/mes/common/commonModelComponent/index.js
... ... @@ -786,7 +786,7 @@ const useCommonModelEvent = props => {
786 786 // 获取数据集
787 787 const handleGetData = async (tableList = [], isWait, bInit, copyTo) => {
788 788 let addState = {};
789   -
  789 + const { currentId } = props
790 790 const currentIds = currentId || props?.parentProps?.record?.sId;
791 791  
792 792 for (let i = 0; i < tableList.length; i++) {
... ...