From fd564a27887d560b9c032d1ba4b8749a3c33cf55 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 17 Oct 2025 15:32:09 +0800 Subject: [PATCH] 去掉sBmRule判断; --- src/components/Common/commonBusiness.js | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) 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) { -- libgit2 0.22.2