From 0c221f3e96cc6aae6b6bcf67e984cb446dcfac87 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 23 七月 2026 09:32:34 +0800
Subject: [PATCH] fix(mes): 解决排产表单工序加载和完成按钮显示问题
---
src/api/mes/pro/workorderparamrecord/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/mes/pro/workorderparamrecord/index.ts b/src/api/mes/pro/workorderparamrecord/index.ts
index fcb0692..babaafd 100644
--- a/src/api/mes/pro/workorderparamrecord/index.ts
+++ b/src/api/mes/pro/workorderparamrecord/index.ts
@@ -44,7 +44,7 @@
/** 鎸夊伐鍗�/宸ヤ綔绔欏垎椤垫煡璇㈠弬鏁拌褰� */
export function getWorkOrderParamRecordPage(
- params: PageParam & { workOrderId?: number; workstationId?: number; recordNo?: string; templateName?: string; createTime?: string[] },
+ params: PageParam & { taskId?: number; workstationId?: number; recordNo?: string; templateName?: string; createTime?: string[] },
) {
return requestClient.get<PageResult<MesProWorkOrderParamRecordApi.WorkOrderParamRecord>>(
'/mes/pro/work-order-param-record/page-by-work-order',
--
Gitblit v1.9.3