This commit is contained in:
许允枞 2025-03-12 14:49:48 +08:00
parent 1f4f560f27
commit 2f04c1adcf

View File

@ -115,6 +115,9 @@ export default {
onLoad() {
this.getReportList();
},
onShow() {
this.getReportList();
},
onReachBottom() {
if (this.queryParams.pageNo >= this.totalPages) {
uni.showToast({