mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 调整任务过多提示范围
This commit is contained in:
parent
c21da4292b
commit
12b3c14299
2
resources/assets/js/store/actions.js
vendored
2
resources/assets/js/store/actions.js
vendored
@ -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: () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user