更新
This commit is contained in:
parent
1f4f560f27
commit
2f04c1adcf
@ -115,6 +115,9 @@ export default {
|
|||||||
onLoad() {
|
onLoad() {
|
||||||
this.getReportList();
|
this.getReportList();
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
this.getReportList();
|
||||||
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if (this.queryParams.pageNo >= this.totalPages) {
|
if (this.queryParams.pageNo >= this.totalPages) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
Loading…
Reference in New Issue
Block a user