|
|
@ -190,6 +190,9 @@ const getList = (type, fromLocation = '', productionLine = '') => { |
|
|
|
} |
|
|
|
jobList.value = type === 'refresh' ? list : jobList.value.concat(list) |
|
|
|
pageNo.value++ |
|
|
|
if (type === "refresh") { |
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
} |
|
|
|
}) |
|
|
|
.catch((error) => { |
|
|
|
if (type === 'refresh') { |
|
|
|