Browse Source

Merge branch 'hella_online_20240803' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into hella_online_20240803

lijuncheng0816
niexiting 1 month ago
parent
commit
099cbf2c5e
  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