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