Browse Source

非生产领料和退料下拉加载

dev_pda
李俊城 1 year ago
parent
commit
8e05072441
  1. 2
      fe/PDA/pages/task/unProducePick.vue
  2. 2
      fe/PDA/pages/task/unProduceReturn.vue

2
fe/PDA/pages/task/unProducePick.vue

@ -148,7 +148,7 @@
onPull() { onPull() {
this.getList('refresh'); this.getList('refresh');
}, },
onReach() { onReachBottom() {
// //
if (this.loadingType == 'loading' || this.loadingType == 'nomore') { if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return; return;

2
fe/PDA/pages/task/unProduceReturn.vue

@ -148,7 +148,7 @@
onPull() { onPull() {
this.getList('refresh'); this.getList('refresh');
}, },
onReach() { onReachBottom() {
// //
if (this.loadingType == 'loading' || this.loadingType == 'nomore') { if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return; return;

Loading…
Cancel
Save