hsy
5 小时以前 2d3530a7c11557a40807ad7c0b9e302ce6ce3a9f
src/api/projectManagement/project.js
@@ -116,3 +116,11 @@
    method: 'post'
  })
}
// 获取项目归档附件
export function getProjectAttachments(id) {
  return request({
    url: `/projectManagement/info/attachments/${id}`,
    method: 'get'
  })
}