spring
6 天以前 e268cb55fa740e5775bdeccc7c60e71c9cfdf30b
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",