|
|
|
@ -501,7 +501,6 @@ $(document).ready(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.renderCrdnList = (total, listLength, trs, option) => {
|
|
|
|
$P.renderCrdnList = (total, listLength, trs, option) => {
|
|
|
|
debug("renderCrdnList");
|
|
|
|
|
|
|
|
let noMore = (listLength >= total);
|
|
|
|
let noMore = (listLength >= total);
|
|
|
|
let initScroll = (ctrl.query.pageNum < 2);
|
|
|
|
let initScroll = (ctrl.query.pageNum < 2);
|
|
|
|
if (option && option.reloaded){
|
|
|
|
if (option && option.reloaded){
|
|
|
|
|