diff --git a/src/mobile/common/CommobileBase.js b/src/mobile/common/CommobileBase.js index 394ca67..3dbf369 100644 --- a/src/mobile/common/CommobileBase.js +++ b/src/mobile/common/CommobileBase.js @@ -914,12 +914,12 @@ export default (ChildComponent) => { oldData.push(tableRow); }); } - if(sName === 'slaveData'){ - allReturnMap['slaveChildData'] = oldData - } else{ - allReturnMap[sName] = oldData; - } - // allReturnMap[sName] = oldData; + // if(sName === 'slaveData'){ + // allReturnMap['slaveChildData'] = oldData + // } else{ + // allReturnMap[sName] = oldData; + // } + allReturnMap[sName] = oldData; } else if(sTmpInfoBySqlBtnName.includes('_update')) { /* 更新字段 */ const keyData = returnData[key]; if(commonUtils.isNotEmptyArr(keyData) && sActiveKeyNew) {