fix: align API routes for generate-missing endpoint and remove redundant api prefix
This commit is contained in:
@ -1013,7 +1013,7 @@ const handleGenerateMissing = async () => {
|
|||||||
|
|
||||||
btnLoading.value = true
|
btnLoading.value = true
|
||||||
const res = await request({
|
const res = await request({
|
||||||
url: '/v1/inbound/stocktake/generate-missing',
|
url: '/v1/inbound/stock/stocktake/generate-missing',
|
||||||
method: 'post'
|
method: 'post'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user