Browse Source

现场bug:长春海拉PDA线边发料任务筛选功能有问题,最多能显示10条数据

hella_online_20240829
wangyufei 2 months ago
parent
commit
852687bece
  1. 5
      src/pages/issue/job/issueJob.vue

5
src/pages/issue/job/issueJob.vue

@ -108,11 +108,12 @@
if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return;
}
this.getList("more",this.productionLine);
this.getList('more', this.fromLocation, this.productionLine)
},
onPullDownRefresh() {
this.getList('refresh',this.productionLine);
this.getList('refresh',this.fromLocation, this.productionLine)
},
//退

Loading…
Cancel
Save