liuYb 4 anni fa
parent
commit
ba7a6305f4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/data/InforList.vue

+ 2 - 0
src/views/data/InforList.vue

@@ -379,6 +379,8 @@ export default {
         asc: asc,
         report: report,
         download: download,
+        Page: 1,
+        Rows: this.pageSize,
       };
       this.newGetDataList(data);
     },