Commit 297c840c8a6bbda0b2895202fe23a280598c55de

Authored by Min
1 parent 58392ca9

1.工单,工艺卡单据初次加载的时候 要看到全部次啊了信息

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,
... ...