소스 검색

资产默认请求50条数据

zhangyu 5 년 전
부모
커밋
f1925ebedc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ledger/handsontables/assets.vue

+ 1 - 1
src/components/ledger/handsontables/assets.vue

@@ -239,7 +239,7 @@ export default {
     //获取表头
     getHeaderData(code) {
       this.mess = code
-      this.page.size = 10
+      this.page.size = 50
       this.page.currentPage = 1
       this.getEquipGroup()
     },