Fixiaobai
2023-10-25 30286c743c52cd2ebf1db43a430d04003b6ffceb
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
 
export function getCheckRawPart(params) {
  return request({
    url: '/mes/product/checkRawPart',
    method: 'post',
    data: params
  })
}