优化:走访审批查看问题
This commit is contained in:
@@ -143,14 +143,14 @@ function getVisistList(page) {
|
|||||||
} else {
|
} else {
|
||||||
dataList.value = dataList.value.concat(res.rows);
|
dataList.value = dataList.value.concat(res.rows);
|
||||||
}
|
}
|
||||||
mescrollRef.value.endBySize(res.rows.length, 1000);
|
mescrollRef.value.mescroll.endBySize(res.rows.length, 1000);
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: "请求失败",
|
title: "请求失败",
|
||||||
});
|
});
|
||||||
dataList.value = null;
|
dataList.value = null;
|
||||||
mescrollRef.value.endErr();
|
mescrollRef.value.mescroll.endErr();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user