17 小时以前 bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8
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',