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",