|
|
@ -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) => { |
|
|
|