Browse Source

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

pull/1/head
test 4 months 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') { if (loadingType.value == 'loading' || loadingType.value == 'nomore') {
return return
} }
getList('more', productionLine.value) getList('more', fromLocation.value, productionLine.value)
}) })
onPullDownRefresh(() => { onPullDownRefresh(() => {
getList('refresh', productionLine.value) getList('refresh', fromLocation.value, productionLine.value)
}) })
// 退 // 退
onBackPress((options) => { onBackPress((options) => {

Loading…
Cancel
Save