Fixiaobai
2023-11-15 791f4f0f88eb534b1fc9a875fa71d94bd62e696b
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
  })
}