zss
2023-12-04 b83cafcc521a0dc27a7a24d6dc7b053f819ab2b1
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
  })
}