mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
最多显示5000条
This commit is contained in:
parent
62026d751a
commit
a1bfb17de1
@ -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 += ` (不再自动加载更多数据,更精确查询请考虑修改检索条件)`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user