2 Commits 18afa066ec ... 424ef028a3

Auteur SHA1 Message Date
  hill.liu 424ef028a3 解决冲突 il y a 6 mois
  hill.liu eb57199eb1 修复实物收发卡页面不显示问题 il y a 6 mois
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/workshop/baseInfo/shopWare2.vue

+ 2 - 1
src/views/workshop/baseInfo/shopWare2.vue

@@ -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