Fixiaobai
2023-12-06 c48169d93608ee7f9e7bc41f21d8d470bd5fb44d
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
  })
}