修正新增入库时3个组件的名称筛选逻辑
This commit is contained in:
@ -35,7 +35,7 @@ export function deleteProductInbound(id: number) {
|
||||
|
||||
export function searchMaterialBase(keyword: string) {
|
||||
return request({
|
||||
url: '/inbound/base/search',
|
||||
url: '/inbound/product/search-base',
|
||||
method: 'get',
|
||||
params: { keyword }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user