From 36ce583943f56e920d659cfa0b9fb73391b82f29 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Mon, 3 Apr 2023 14:52:31 +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 --- .../resources/templates/pages/depository/table-stock.html | 5 ++--- 1 file changed, 2 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 7cdcea1b..ae45566d 100644 --- a/src/main/resources/templates/pages/depository/table-stock.html +++ b/src/main/resources/templates/pages/depository/table-stock.html @@ -197,6 +197,7 @@ page: true, skin: 'line', done: function (res, curr, count) { + bindTableToolbarFunction(); $.each(res['data'], function (i, j) { let jElement = j['warningCount']; let placeCode = j['placeCode'].split(" "); @@ -223,10 +224,8 @@ $(aItem).append('') } } - - }); - bindTableToolbarFunction(); + } });