zouyu
2023-12-13 bcc5d976bd9de8177d6232fdafa768e588ab93da
1
2
3
4
5
6
7
8
import request from '@/router/axios'
 
export function getDocumentForOa(id) {
  return request({
    url: '/mes/document/oa/' + id,
    method: 'get'
  })
}