fix: 隐患指派及验收功能模块修复滚动到底的处理方法名
parent
37c4dd1c25
commit
43a4749514
|
@ -173,7 +173,7 @@ export default {
|
|||
},
|
||||
});
|
||||
},
|
||||
scrolltolower() {
|
||||
scrollToLower() {
|
||||
this.currentPage++;
|
||||
if (this.totalPage >= this.currentPage) this.getData();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue