Browse Source

扫描样式 2024/8/5

pull/1/head
王志国 3 months ago
parent
commit
8f429b6630
  1. 3
      src/pages/issue/job/issueJob.vue

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

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

Loading…
Cancel
Save