chenhj
7 小时以前 217cda7380e07a355053e6ca34fb77334248b7db
src/api/productionManagement/productionOrder.js
@@ -129,4 +129,11 @@
    method: "post",
    data: data,
  });
}
export function finishOrder(id) {
  return request({
    url: `/productOrder/${id}`,
    method: "patch",
  });
}