Fixiaobai
2023-11-07 f6afb0b97096e7c0d60226c6de4c29505942f129
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
  })
}