spring
8 天以前 78c565e37520fad100693c4e298e30e7c916d1bb
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",