diff --git a/src/components/Common/commonBusiness.js b/src/components/Common/commonBusiness.js index 74db2d9..b6b4c2a 100644 --- a/src/components/Common/commonBusiness.js +++ b/src/components/Common/commonBusiness.js @@ -1004,9 +1004,6 @@ export function getKeyUpEvent(name, sFieldName, tableConfig, masterData, tableDa tableDataRowNew = tableDataRow; newCopyTo.slave = tableDataRow; } - if (tableDataRowNew.sBmRule) { - return tableDataRowNew; - } if (commonUtils.isNotEmptyObject(tableConfig) && commonUtils.isNotEmptyArr(tableConfig.gdsconfigformslave)) { const iConfigIndex = tableConfig.gdsconfigformslave.findIndex(item => item.sName === sFieldName); if (iConfigIndex > -1) {