Parcourir la source

选择到货单-分页条数设置

jingbb il y a 5 mois
Parent
commit
2058619d42
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/publicComponents/selectArrivalList.vue

+ 1 - 1
src/views/publicComponents/selectArrivalList.vue

@@ -261,7 +261,7 @@
     });
     let pagination = ref({
       current: 1,
-      pageSize: 1,
+      pageSize: 10,
       total: '', // 假设总共有100条数据
       showSizeChanger: true,
       showQuickJumper: true,