Commit fd564a27887d560b9c032d1ba4b8749a3c33cf55

Authored by zhangzzzz
1 parent ffadd57d

去掉sBmRule判断;

src/components/Common/commonBusiness.js
... ... @@ -1004,9 +1004,6 @@ export function getKeyUpEvent(name, sFieldName, tableConfig, masterData, tableDa
1004 1004 tableDataRowNew = tableDataRow;
1005 1005 newCopyTo.slave = tableDataRow;
1006 1006 }
1007   - if (tableDataRowNew.sBmRule) {
1008   - return tableDataRowNew;
1009   - }
1010 1007 if (commonUtils.isNotEmptyObject(tableConfig) && commonUtils.isNotEmptyArr(tableConfig.gdsconfigformslave)) {
1011 1008 const iConfigIndex = tableConfig.gdsconfigformslave.findIndex(item => item.sName === sFieldName);
1012 1009 if (iConfigIndex > -1) {
... ...