新购绑定优化

This commit is contained in:
bb_pan 2025-08-19 16:05:13 +08:00
parent 333784a914
commit 3238ce5b61
1 changed files with 2 additions and 2 deletions

View File

@ -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,
})
}