Commit 8a6d9eb1f29b1e2f7b8d43a30587584419ba35ef
1 parent
5f4b5b1b
1.MES弹窗不传sId
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/commonModelComponent/index.js
| @@ -920,7 +920,7 @@ const useCommonModelEvent = props => { | @@ -920,7 +920,7 @@ const useCommonModelEvent = props => { | ||
| 920 | configData: config, | 920 | configData: config, |
| 921 | condition: { | 921 | condition: { |
| 922 | ...masterState, | 922 | ...masterState, |
| 923 | - sId: currentIds, | 923 | + // sId: currentIds, |
| 924 | sSqlCondition: { ...conditonValues, ...sFilterConditions, }, | 924 | sSqlCondition: { ...conditonValues, ...sFilterConditions, }, |
| 925 | bFilter, | 925 | bFilter, |
| 926 | pageNum: isPagination ? props?.mesPageNum || 1 : undefined, | 926 | pageNum: isPagination ? props?.mesPageNum || 1 : undefined, |