Fixiaobai
2023-12-16 3e59b4cb85baa80f0e600f288175002eb2362685
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
  })
}