From 1462695cdd580135081269eff2051f6c5554fd57 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 16 Dec 2025 18:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=BB=9F=E8=AE=A1=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/productionSchedulingPlan/scheduling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/productionSchedulingPlan/scheduling.js b/src/api/productionSchedulingPlan/scheduling.js index ac28cbd..9b21ae5 100644 --- a/src/api/productionSchedulingPlan/scheduling.js +++ b/src/api/productionSchedulingPlan/scheduling.js @@ -27,7 +27,7 @@ export const schedulingCount = params => { return request({ url: '/blade-scheduling/workOrder/schedulingCount', method: 'post', - params: params, + data: params, }); };