zss
2023-12-09 2aae6733da1982cf560bf5bbf8c8a102ca3feee3
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
  })
}