From 8a6d9eb1f29b1e2f7b8d43a30587584419ba35ef Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Tue, 9 Jun 2026 16:00:07 +0800 Subject: [PATCH] 1.MES弹窗不传sId --- src/mes/common/commonModelComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 148e39d..0c4498d 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -920,7 +920,7 @@ const useCommonModelEvent = props => { configData: config, condition: { ...masterState, - sId: currentIds, + // sId: currentIds, sSqlCondition: { ...conditonValues, ...sFilterConditions, }, bFilter, pageNum: isPagination ? props?.mesPageNum || 1 : undefined, -- libgit2 0.22.2