From 623b3321337dbd178c11cf45896c3c18a13cfce6 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Thu, 29 May 2025 18:57:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9C=A8=E5=BA=93=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BB=9F=E8=AE=A1=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=95=B0=E3=80=81=E7=89=A9=E6=96=99=E6=80=BB=E5=92=8C=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Query/BasicQuery/materialBoxStockedQuery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Query/BasicQuery/materialBoxStockedQuery/index.vue b/src/views/Query/BasicQuery/materialBoxStockedQuery/index.vue index 4e956ea..69c23fb 100644 --- a/src/views/Query/BasicQuery/materialBoxStockedQuery/index.vue +++ b/src/views/Query/BasicQuery/materialBoxStockedQuery/index.vue @@ -545,7 +545,7 @@ state.BoxHistoryList = res.data.list state.total = res.data.total }) - state.queryParams.version = 'WEB00032' + state.queryParams.version = 'WEB00032-1' state.AllNumber = 0 state.UnitNumber = 0 await getQueryList(state.queryParams)