2 次代码提交 18afa066ec ... 424ef028a3

作者 SHA1 备注 提交日期
  hill.liu 424ef028a3 解决冲突 6 月之前
  hill.liu eb57199eb1 修复实物收发卡页面不显示问题 6 月之前
共有 1 个文件被更改,包括 2 次插入1 次删除
  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