From fb896c4ad235c0b4fed205440f279ee85115b81f Mon Sep 17 00:00:00 2001
From: quxin <592870522@qq.com>
Date: 星期四, 03 九月 2026 11:01:53 +0800
Subject: [PATCH] 修复: 采购管理--采购申请: 采购申请的状态显示不正确,全都显示审批中

---
 src/api/mes/pro/workorderparamrecord/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/mes/pro/workorderparamrecord/index.ts b/src/api/mes/pro/workorderparamrecord/index.ts
index fcb0692..90ea727 100644
--- a/src/api/mes/pro/workorderparamrecord/index.ts
+++ b/src/api/mes/pro/workorderparamrecord/index.ts
@@ -13,6 +13,7 @@
     unitMeasureId?: number;
     unitMeasureName?: string;
     paramValue?: string;
+    required?: boolean;
     remark?: string;
   }
 
@@ -44,7 +45,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