Browse Source

资产默认请求50条数据

zhangyu 5 năm trước cách đây
mục cha
commit
f1925ebedc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     },