Browse Source

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

hella_vue3
王志国 1 month ago
parent
commit
3b54cba6d7
  1. 4
      src/pages/issue/job/issueJob.vue

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

@ -84,10 +84,10 @@ onReachBottom(() => {
if (loadingType.value == 'loading' || loadingType.value == 'nomore') {
return
}
getList('more', productionLine.value)
getList('more', fromLocation.value, productionLine.value)
})
onPullDownRefresh(() => {
getList('refresh', productionLine.value)
getList('refresh', fromLocation.value, productionLine.value)
})
// 退
onBackPress((options) => {

Loading…
Cancel
Save