Browse Source

上拉加载更多数据

lijuncheng0816
wangyufei 1 month ago
parent
commit
37f0fa259c
  1. 4
      src/pages/productPutaway/job/semiProductPutawayJob.vue

4
src/pages/productPutaway/job/semiProductPutawayJob.vue

@ -25,7 +25,9 @@
this.$refs.productPutawayJob.refresh(); this.$refs.productPutawayJob.refresh();
} }
}, },
onReachBottom() {
this.$refs.productPutawayJob.onReach();
},
onPullDownRefresh() { onPullDownRefresh() {
this.$refs.productPutawayJob.refresh(); this.$refs.productPutawayJob.refresh();
}, },

Loading…
Cancel
Save