@@ -214,6 +214,7 @@
return pickTaskReportPage({
pageNum: page,
size: limit,
+
...where
});
},
@@ -234,6 +234,7 @@
return workorderPage2({
size: 200,
+ workOrderId: this.$route.query.workOrderId ? this.$route.query.workOrderId : null,
taskId: this.taskObj && this.taskObj.id,
@@ -483,10 +483,9 @@
// 发布工单
handleOrderPublish(type, row) {
this.$router.push({
- path: '/produceOrder/report',
+ path: '/produce',
query: {
- type,
- id: row.id
+ workOrderId: row.id
}