diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index b69be630..19cffeb5 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/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) => {