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