fix: 调整detection左侧筛选框“showmore”出现逻辑
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
||||
}, */
|
||||
showMore (filter) {
|
||||
filter.showIndex && (filter.showIndex += 10)
|
||||
filter.showIndex >= filter.data.length && (filter.showMore = false)
|
||||
filter.showIndex >= (filter.data.length - 1) && (filter.showMore = false)
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user