fix: 隐患指派及验收功能模块修复滚动到底的处理方法名

mengfanliang-dev-pitfall
mengfanliang 2024-09-04 08:45:03 +08:00
parent 37c4dd1c25
commit 43a4749514
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export default {
}, },
}); });
}, },
scrolltolower() { scrollToLower() {
this.currentPage++; this.currentPage++;
if (this.totalPage >= this.currentPage) this.getData(); if (this.totalPage >= this.currentPage) this.getData();
}, },