diff --git a/src/pages/productPutaway/job/semiProductPutawayJob.vue b/src/pages/productPutaway/job/semiProductPutawayJob.vue index 570fcbcc..f1975263 100644 --- a/src/pages/productPutaway/job/semiProductPutawayJob.vue +++ b/src/pages/productPutaway/job/semiProductPutawayJob.vue @@ -25,7 +25,9 @@ this.$refs.productPutawayJob.refresh(); } }, - + onReachBottom() { + this.$refs.productPutawayJob.onReach(); + }, onPullDownRefresh() { this.$refs.productPutawayJob.refresh(); },