@@ -36,7 +36,7 @@
"
:workOrderId="currentPlans.matchedRecords[0].id"
:workOrderInfo="workOrderInfo"
- :planInfo="currentPlans"
+ :planInfo="rulesInfo"
></workOrderDetails>
</div>
@@ -792,6 +792,8 @@
body.produceTaskId = this.planInfo.produceTaskId;
body.produceTaskConfigId = this.planInfo.produceTaskConfigId;
+ console.log('body~~', body);
+
this.butLoading = true;
try {