licp
2024-04-24 3f6cd5f8b39c8fdae604090e0db3995123f28cc8
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
 
export function addObj(obj) {
  return request({
    url: '/mes/poc/save',
    method: 'post',
    data: obj
  })
}