diff --git a/glc/www/web/src/views/dashboard.vue b/glc/www/web/src/views/dashboard.vue index f8c535c..5d04e45 100644 --- a/glc/www/web/src/views/dashboard.vue +++ b/glc/www/web/src/views/dashboard.vue @@ -104,7 +104,7 @@ export default { }, methods: { searchMore() { - if (this.data.length >= 10000) { + if (this.data.length >= 5000) { if (this.info.indexOf('请考虑') < 0){ this.info += ` (不再自动加载更多数据,更精确查询请考虑修改检索条件)` }