ソースを参照

removed unused variable

Dustin Utecht 6 年 前
コミット
f2ba4c8be5

+ 0 - 1
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -211,7 +211,6 @@ const UtilsFilterControl = {
   },
   initFilterSelectControls (that) {
     const data = that.data
-    const itemsPerPage = that.pageTo < that.options.data.length ? that.options.data.length : that.pageTo
     const z = that.options.pagination
       ? that.options.sidePagination === 'server'
         ? that.pageTo