Commit 297c840c8a6bbda0b2895202fe23a280598c55de
1 parent
58392ca9
1.工单,工艺卡单据初次加载的时候 要看到全部次啊了信息
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Manufacture/WorkOrderPackTableTreeNew/index.js
| ... | ... | @@ -198,6 +198,9 @@ const WorkOrderPackTableTreeNewEvent = props => { |
| 198 | 198 | condition: { sSqlCondition: { sParentId: sId } }, |
| 199 | 199 | isWait: true, |
| 200 | 200 | }); |
| 201 | + if(name === 'process'){ | |
| 202 | + dataSet.processSelectedRowKeys = []; | |
| 203 | + } | |
| 201 | 204 | return { |
| 202 | 205 | [`${name}Config`]: configData, |
| 203 | 206 | [`${name}Column`]: column, | ... | ... |