spring
2025-04-27 ff65caf1954933924bdb83946ed1b97743005b89
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'
  })
}