haoxuan
2024-04-12 59a15b33a02325cf0038b646ea8941c311b7b753
分页显示条数不对的问题修改
1个文件已修改
2 ■■■ 已修改文件
src/views/productManage/silkRegisterForm/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productManage/silkRegisterForm/index.vue
@@ -143,7 +143,7 @@
              //   }
              // })
              this.tableList.tableInfomation =  res.data || []
              this.pagerOptions.totalCount = res.count
              this.pagerOptions.totalCount = res.total
            } else {
              this.tableList.tableInfomation = []
            }