@ -16,7 +16,9 @@
};
},
onReachBottom() {
this.$refs.productPutawayJob.onReach();
onShow() {
if(this.$refs.productPutawayJob!=undefined){
this.$refs.productPutawayJob.refresh();
@ -126,6 +126,13 @@
methods: {
onReach() {
//避免多次触发
if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return;
}
this.getList("more");
toHome() {
goHome()