fix: align API routes for generate-missing endpoint and remove redundant api prefix

This commit is contained in:
DXC
2026-03-19 15:52:11 +08:00
parent 5842042db6
commit 5510bae3b2

View File

@ -1013,7 +1013,7 @@ const handleGenerateMissing = async () => {
btnLoading.value = true
const res = await request({
url: '/v1/inbound/stocktake/generate-missing',
url: '/v1/inbound/stock/stocktake/generate-missing',
method: 'post'
})