Browse Source

上拉加载更多

hella_online_20240829
yufei0306 3 months ago
parent
commit
6b89f51a0b
  1. 7
      src/pages/purchaseReceipt/job/receiptJob.vue

7
src/pages/purchaseReceipt/job/receiptJob.vue

@ -140,6 +140,13 @@
},
methods: {
onReach() {
//
if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return;
}
this.getList("more");
},
refresh() {
this.getList('refresh');
},

Loading…
Cancel
Save