diff --git a/src/api/productionSchedulingPlan/scheduling.js b/src/api/productionSchedulingPlan/scheduling.js index 9b21ae5..71fdcf7 100644 --- a/src/api/productionSchedulingPlan/scheduling.js +++ b/src/api/productionSchedulingPlan/scheduling.js @@ -47,6 +47,6 @@ export const selectEquip = row => { return request({ url: '/blade-scheduling/workOrder/selectEquip', method: 'get', - data: row, + params: row, }); }; \ No newline at end of file diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index bc706db..afe0007 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -379,6 +379,7 @@ export default { this.formLabelAlign.startTime = new Date().toISOString().substr(0, 10); this.getData(); this.getSelectTeam(); + this.getSelectEquip() }, methods: { typeChange(){