From 0ca15aca52fd6f064be33a80a46edb7d30478b31 Mon Sep 17 00:00:00 2001 From: "LAPTOP-R6EHHS26\\86155" <2217640373@qq.com> Date: Tue, 31 Oct 2023 14:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mes/Pallethandling/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; }