新购绑定优化
This commit is contained in:
parent
333784a914
commit
3238ce5b61
|
|
@ -6,7 +6,7 @@ import { http } from '@/utils/http'
|
|||
export const getPurchaseBindListAPI = (data) => {
|
||||
return http({
|
||||
method: 'GET',
|
||||
url: '/material/purchase_check_info/list',
|
||||
url: '/material/purchase/bind/list',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@ export const getPurchaseBindListAPI = (data) => {
|
|||
export const getPurchaseBindDetailsAPI = (data) => {
|
||||
return http({
|
||||
method: 'GET',
|
||||
url: '/material/purchase_check_info/getInfo',
|
||||
url: '/material/purchase/bind/getInfo',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue