From 99fe8190a7fb35acfd5784c57b6175ad274a6f71 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Mon, 3 Apr 2023 10:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E3=80=81?= =?UTF-8?q?=E7=89=A9=E6=96=99=E3=80=81=E7=89=A9=E6=96=99=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/pages/depository/table-stock.html | 2 +- src/main/resources/templates/pages/material/material-out.html | 2 +- .../templates/pages/materialtype/materialType_view.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/pages/depository/table-stock.html b/src/main/resources/templates/pages/depository/table-stock.html index 3b3cdeb3..f7bc8dad 100644 --- a/src/main/resources/templates/pages/depository/table-stock.html +++ b/src/main/resources/templates/pages/depository/table-stock.html @@ -113,7 +113,7 @@ } - let socket; + let socket = null; let newIndexShade; diff --git a/src/main/resources/templates/pages/material/material-out.html b/src/main/resources/templates/pages/material/material-out.html index 449f303b..1cbd8444 100644 --- a/src/main/resources/templates/pages/material/material-out.html +++ b/src/main/resources/templates/pages/material/material-out.html @@ -134,7 +134,7 @@ } - let socket; + let socket = null; let newIndexShade; diff --git a/src/main/resources/templates/pages/materialtype/materialType_view.html b/src/main/resources/templates/pages/materialtype/materialType_view.html index dd6f34dd..e1c2f92c 100644 --- a/src/main/resources/templates/pages/materialtype/materialType_view.html +++ b/src/main/resources/templates/pages/materialtype/materialType_view.html @@ -108,7 +108,7 @@ } - let socket; + let socket = null; let newIndexShade;