diff --git a/src/pages/mes/Pallethandling/model.ts b/src/pages/mes/Pallethandling/model.ts index 6a1c8f2..ea9ed00 100644 --- a/src/pages/mes/Pallethandling/model.ts +++ b/src/pages/mes/Pallethandling/model.ts @@ -32,7 +32,7 @@ export class ChangePalletNew extends VuexModule { //托盘异常处理 @MutationAction async palletInforUpdate(params: any) { - const result: any = await http.post(url.lanjumes.product.GetBufferLoc, params); + const result: any = await http.post(url.lanjumes.product.ErrorPalletHandling, params); const SubmitCode = result.code; return { SubmitCode }; }