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