perf: 调整任务过多提示范围

This commit is contained in:
kuaifan 2023-12-19 10:54:04 +08:00
parent c21da4292b
commit 12b3c14299

View File

@ -1589,7 +1589,7 @@ export default {
//
if (data.next_page_url) {
requestData.page = data.current_page + 1
if (data.current_page % 10 === 0) {
if (data.current_page % 20 === 0) {
$A.modalWarning({
content: "数据已超过" + data.to + "条,是否继续加载?",
onOk: () => {