|
@@ -136,7 +136,7 @@ export default {
|
|
|
title: '滚动到底部加载更多',
|
|
|
page: 1,
|
|
|
rows: 10,
|
|
|
- visibleCount: 10, // 显示条数
|
|
|
+ visibleCount: 0, // 显示条数
|
|
|
total: 0, // 总条数
|
|
|
securities: '',
|
|
|
securitiesId: '',
|
|
@@ -194,6 +194,7 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
this.total = retObj.total
|
|
|
+
|
|
|
if (retObj.pages > 0) {
|
|
|
this.page++
|
|
|
this.visibleCount += 10
|