From f0a07f25675c7cb78bc18fe692881b2f8e8babea Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 16 Dec 2025 18:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/productionSchedulingPlan/scheduling.js | 2 +- .../productionSchedulingPlan/schedulingDashboard/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(){