Commit fd564a27887d560b9c032d1ba4b8749a3c33cf55
1 parent
ffadd57d
去掉sBmRule判断;
Showing
1 changed file
with
0 additions
and
3 deletions
src/components/Common/commonBusiness.js
| @@ -1004,9 +1004,6 @@ export function getKeyUpEvent(name, sFieldName, tableConfig, masterData, tableDa | @@ -1004,9 +1004,6 @@ export function getKeyUpEvent(name, sFieldName, tableConfig, masterData, tableDa | ||
| 1004 | tableDataRowNew = tableDataRow; | 1004 | tableDataRowNew = tableDataRow; |
| 1005 | newCopyTo.slave = tableDataRow; | 1005 | newCopyTo.slave = tableDataRow; |
| 1006 | } | 1006 | } |
| 1007 | - if (tableDataRowNew.sBmRule) { | ||
| 1008 | - return tableDataRowNew; | ||
| 1009 | - } | ||
| 1010 | if (commonUtils.isNotEmptyObject(tableConfig) && commonUtils.isNotEmptyArr(tableConfig.gdsconfigformslave)) { | 1007 | if (commonUtils.isNotEmptyObject(tableConfig) && commonUtils.isNotEmptyArr(tableConfig.gdsconfigformslave)) { |
| 1011 | const iConfigIndex = tableConfig.gdsconfigformslave.findIndex(item => item.sName === sFieldName); | 1008 | const iConfigIndex = tableConfig.gdsconfigformslave.findIndex(item => item.sName === sFieldName); |
| 1012 | if (iConfigIndex > -1) { | 1009 | if (iConfigIndex > -1) { |