yyb
6 天以前 9b1805acd1f1bbc84fd670e282b52ae67e68afc5
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",