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(); + } });