spring
2025-09-24 2767d5e2f41ccf766bf84c58f527b1538426fec7
src/api/product/attachment.ts
@@ -63,7 +63,7 @@
  },
  // 报工添加附件
  addOutputAttachments(params: { id: number; attachmentIds: string }) {
  addOutputAttachments(params: { id: number; attachmentId: string }) {
    return request<BaseResult<any>>({
      url: "/app/addOutputAttachments",
      method: "POST",