liyong
5 天以前 c935ca9c67f391615c63dadf822c45e6eb8be4f0
src/api/productionManagement/workOrder.js
@@ -86,3 +86,12 @@
    data,
  });
}
// 获取工序统计数据
export function getOperationStatistics(query) {
  return request({
    url: "/productionOperationTask/getOperation",
    method: "get",
    params: query,
  });
}