spring
20 小时以前 b83e8417c341636a6da3a8eb7db7c151ef3c00cd
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",