2026-08-14 bdaa472dc215775e5d306b7046af0bc1111c718d
src/api/mes/pro/workorderparamrecord/index.ts
@@ -42,9 +42,9 @@
  }
}
/** 按工单分页查询参数记录 */
/** 按工单/工作站分页查询参数记录 */
export function getWorkOrderParamRecordPage(
  params: PageParam & { workOrderId: 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',