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 | 920 | configData: config, |
| 921 | 921 | condition: { |
| 922 | 922 | ...masterState, |
| 923 | - sId: currentIds, | |
| 923 | + // sId: currentIds, | |
| 924 | 924 | sSqlCondition: { ...conditonValues, ...sFilterConditions, }, |
| 925 | 925 | bFilter, |
| 926 | 926 | pageNum: isPagination ? props?.mesPageNum || 1 : undefined, | ... | ... |