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