This commit is contained in:
2020-02-18 18:28:37 +00:00
parent a57f3d3f4c
commit 129b5657f9

View File

@@ -382,7 +382,7 @@ export default {
var vm = this;
//find out if we need to trigger the get data or if it will happen automatically
//when we set page to 0
console.log(vm.dataTablePagingOptions.page);
//console.log(vm.dataTablePagingOptions.page);
var ShouldGetData = vm.dataTablePagingOptions.page == 1;
if (vm.listViewId == 0) {