chenhj
2026-04-25 28c608a765864a5677d5720099ae98d9f84b2d66
src/api/productionManagement/productionProcess.js
@@ -28,7 +28,7 @@
}
export function add(data) {
  return request({
    url: "/technologyOperation/",
    url: "/technologyOperation/add",
    method: "post",
    data: data,
  });