Fixiaobai
2023-11-13 cf96e8bb930b970c715a7cfd7224389f277e9578
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
  })
}