Fixiaobai
2023-11-10 7d960355fd82a106ae8e15f6f83d4324145e7b24
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
  })
}